Beispiel #1
0
 /**
  * Gets the publication date end.
  *
  * @return CMS_date the publication date end.
  * @access public
  */
 function getPublicationDateEnd($public = true)
 {
     return $this->_status->getPublicationDateEnd($public);
 }