コード例 #1
0
 public function initialize()
 {
     parent::initialize();
     $this->addChild(new \NethServer\Module\MailAccount\User());
     $this->addChild(new \NethServer\Module\MailAccount\SharedMailbox());
     $this->addChild(new \NethServer\Module\MailAccount\Pseudonym());
 }
コード例 #2
0
 public function initialize()
 {
     parent::initialize();
     $this->loadChildrenDirectory();
     $this->sortChildren(array($this, "sortPlugin"));
 }
コード例 #3
0
 public function initialize()
 {
     parent::initialize();
     $this->addChild(new \NethServer\Module\Dhcp\Configure());
     $this->addChild(new \NethServer\Module\Dhcp\Reservation());
 }
コード例 #4
0
 public function initialize()
 {
     parent::initialize();
     $this->loadChildrenDirectory();
 }
コード例 #5
0
ファイル: Type.php プロジェクト: NethServer/nethserver-sssd
 public function initialize()
 {
     parent::initialize();
     $this->addChild(new \NethServer\Module\Account\Type\User());
     $this->addChild(new \NethServer\Module\Account\Type\Group());
 }