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());
 }
Ejemplo n.º 2
0
 public function initialize()
 {
     parent::initialize();
     $this->loadChildrenDirectory();
     $this->sortChildren(array($this, "sortPlugin"));
 }
Ejemplo n.º 3
0
 public function initialize()
 {
     parent::initialize();
     $this->addChild(new \NethServer\Module\Dhcp\Configure());
     $this->addChild(new \NethServer\Module\Dhcp\Reservation());
 }
 public function initialize()
 {
     parent::initialize();
     $this->loadChildrenDirectory();
 }
Ejemplo n.º 5
0
 public function initialize()
 {
     parent::initialize();
     $this->addChild(new \NethServer\Module\Account\Type\User());
     $this->addChild(new \NethServer\Module\Account\Type\Group());
 }