예제 #1
0
파일: Page.php 프로젝트: ircoco/BlackCatCMS
 /**
  *
  * @access public
  * @return
  **/
 public function getSections()
 {
     if (!count($this->sections)) {
         $this->sections = CAT_Sections::getSections($this->_page_id);
     }
     return $this->sections;
 }