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