comparison vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
39 public function getCopyright(); 39 public function getCopyright();
40 40
41 /** 41 /**
42 * Get the feed creation date 42 * Get the feed creation date
43 * 43 *
44 * @return string|null 44 * @return \DateTime|null
45 */ 45 */
46 public function getDateCreated(); 46 public function getDateCreated();
47 47
48 /** 48 /**
49 * Get the feed modification date 49 * Get the feed modification date
50 * 50 *
51 * @return string|null 51 * @return \DateTime|null
52 */ 52 */
53 public function getDateModified(); 53 public function getDateModified();
54 54
55 /** 55 /**
56 * Get the feed description 56 * Get the feed description