Example #1
0
 function __construct(&$unitAdminInterface)
 {
     parent::__construct($unitAdminInterface);
 }
Example #2
0
 function __construct(&$unitAdminInterface)
 {
     parent::__construct($unitAdminInterface);
     $this->item = $this->t->getItem(CUtils::_getVar('id', true, 0));
 }