Exemplo n.º 1
0
 function __construct($name = 'Wantedpages')
 {
     parent::__construct($name);
 }
Exemplo n.º 2
0
 function __construct($name = 'Wantedcategories')
 {
     parent::__construct($name);
 }
Exemplo n.º 3
0
 function __construct($name = 'Wantedpages')
 {
     parent::__construct($name);
     $this->mIncludable = true;
 }
 function __construct($name = 'Wantedtemplates')
 {
     parent::__construct($name);
 }
Exemplo n.º 5
0
 function __construct($name = 'Wantedpages')
 {
     parent::__construct($name);
     $this->includable(true);
 }