public function __construct($name)
 {
     parent::__construct($name);
     $this->relationships = new ArrayCollection();
 }
 public function __construct($name)
 {
     parent::__construct($name);
 }
Exemple #3
0
 /**
  * Constructor
  *
  * @param string $name
  */
 public function __construct($name)
 {
     parent::__construct($name);
     $this->namespaces = [];
     $this->nodes = [];
 }
 public function __construct($name)
 {
     parent::__construct($name);
     $this->validatorClassMetadata = new ValidatorClassMetadata($name);
 }