コード例 #1
0
 function __construct($options)
 {
     $this->slug = 'manual';
     $this->name = 'Manual';
     parent::__construct($options);
 }
コード例 #2
0
 function __construct($options)
 {
     $this->slug = 'posts';
     $this->name = 'Posts';
     parent::__construct($options);
 }
コード例 #3
0
 function __construct($id)
 {
     parent::__construct($id);
 }