コード例 #1
0
 function __construct($name = 'Wantedpages')
 {
     parent::__construct($name);
 }
コード例 #2
0
 function __construct($name = 'Wantedcategories')
 {
     parent::__construct($name);
 }
コード例 #3
0
ファイル: SpecialWantedpages.php プロジェクト: yusufchang/app
 function __construct($name = 'Wantedpages')
 {
     parent::__construct($name);
     $this->mIncludable = true;
 }
コード例 #4
0
 function __construct($name = 'Wantedtemplates')
 {
     parent::__construct($name);
 }
コード例 #5
0
 function __construct($name = 'Wantedpages')
 {
     parent::__construct($name);
     $this->includable(true);
 }