contributions/newssitemap/lib/interfaces/inewssiteitem.cls.php
Go to the documentation of this file.00001 <?php 00002 interface INewsSiteItem { 00003 /** 00004 * Return publication date 00005 * 00006 * @return timestamp 00007 */ 00008 public function get_publication_date(); 00009 00010 /** 00011 * Return publication keywords 00012 * 00013 * @return array 00014 */ 00015 public function get_publication_keywords(); 00016 }