コード例 #1
0
 function __construct($name = 'Uncategorizedcategories')
 {
     parent::__construct($name);
     $this->requestedNamespace = NS_CATEGORY;
 }
コード例 #2
0
 public function __construct($name = 'Uncategorizedtemplates')
 {
     parent::__construct($name);
     $this->requestedNamespace = NS_TEMPLATE;
 }