Example #1
0
 /**
  * Gets the content ID.
  *
  * @access protected
  * @return mixed
  */
 protected function content_id()
 {
     return $this->content->id();
 }
 /**
  * Get the content ID.
  *
  * @return int
  * @access private
  */
 private function content_id()
 {
     return $this->content->id();
 }