Ejemplo n.º 1
0
 function __construct($owner, $config = [])
 {
     $this->_exports = new ExportMgr($owner);
     parent::__construct($owner, $config);
 }
Ejemplo n.º 2
0
 function __construct($owner, $config = [])
 {
     $this->_controls = new ControlMgr($owner);
     parent::__construct($owner, $config);
     $this->_controls->model = $this->value;
 }