comparison vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php @ 2:5311817fb629

Theme updates
author Chris Cannam
date Tue, 10 Jul 2018 13:19:18 +0000
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
1:0b0e5f3b1e83 2:5311817fb629
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