Example #1
0
 public function __construct($id, $parent, $name, $definitions)
 {
     parent::__construct($id, $parent);
     $this->name = $name;
     $this->definitions = $definitions;
 }