예제 #1
0
 /**
  * Construct this controller
  * @return null
  */
 public function __construct()
 {
     parent::__construct(FolderNodeType::NAME);
 }
예제 #2
0
 /**
  * Construct this controller
  * @return null
  */
 public function __construct()
 {
     parent::__construct(PageNodeType::NAME);
 }
예제 #3
0
 /**
  * Construct this controller
  * @return null
  */
 public function __construct()
 {
     parent::__construct(SiteModel::NODE_TYPE);
 }