示例#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();
 }