Пример #1
0
 /**
  * Gets the publication date start.
  *
  * @return CMS_date the publication date start.
  * @access public
  */
 function getPublicationDateStart($public = true)
 {
     return $this->_status->getPublicationDateStart($public);
 }