예제 #1
0
 public function initialize()
 {
     parent::initialize();
     $this->hostService = $this->di->get('host.service');
 }
 public function initialize()
 {
     parent::initialize();
     $this->view->setVar("title", "Add User Login");
 }
 public function initialize()
 {
     parent::initialize();
     $this->cronjobRepository = $this->di->get('cronjob.repository');
     $this->hostRepository = $this->di->get('host.repository');
 }