コード例 #1
0
 /**
  * getDefaultIncludePaths
  *
  * @return  array
  */
 public function clearIncludePaths()
 {
     parent::clearIncludePaths();
     // (1 - lower priority) Frontend base layouts
     $this->addIncludePaths(__DIR__ . '/../../../layouts');
     return $this->includePaths;
 }