Ejemplo n.º 1
0
 /**
  *
  * @param array $prole
  * @return void
  */
 public function domain_to_fields(array $pFields = NULL)
 {
     parent::domain_to_fields($pFields);
     error_log(__METHOD__ . ': domain = ' . print_r($this->get_domain()->toArray(), 1));
     $module = $this->get_domain()->module;
     error_log(__METHOD__ . ': module = ' . $module);
     $this->rolemodule->setValue($module);
 }
Ejemplo n.º 2
0
 /**
  *
  * @param array $pFields
  * @return void
  */
 public function domain_to_fields(array $pFields = NULL)
 {
     $this->resourcemodule->setValue($this->get_domain()->module);
     parent::domain_to_fields($pFields);
 }
Ejemplo n.º 3
0
 /**
  *
  * @param array $pMenu
  * @return void
  */
 public function domain_to_fields(array $pFields = NULL)
 {
     parent::domain_to_fields($pFields);
     $this->menumodule->setValue($this->get_domain()->module);
     $this->menucontroller->setValue($this->get_domain()->controller);
     $this->menuaction->setValue($this->get_domain()->action);
 }