Beispiel #1
0
 function __construct($name = 'Wantedpages')
 {
     parent::__construct($name);
 }
 function __construct($name = 'Wantedcategories')
 {
     parent::__construct($name);
 }
Beispiel #3
0
 function __construct($name = 'Wantedpages')
 {
     parent::__construct($name);
     $this->mIncludable = true;
 }
 function __construct($name = 'Wantedtemplates')
 {
     parent::__construct($name);
 }
 function __construct($name = 'Wantedpages')
 {
     parent::__construct($name);
     $this->includable(true);
 }