Пример #1
0
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->event = new Event();
 }
Пример #2
0
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->migration = new Migration();
 }