Exemplo n.º 1
0
 function __construct($owner, $config = [])
 {
     parent::__construct($config);
     $this->owner = $owner;
 }
Exemplo n.º 2
0
 function __construct($owner, $config = [])
 {
     $this->beforeInit();
     parent::__construct($config);
     $this->owner = $owner;
 }