Esempio n. 1
0
 /**
  * Constructor
  */
 public function __construct($type)
 {
     parent::__construct($type);
     $this->children = new ArrayCollection();
 }
Esempio n. 2
0
 /**
  * Constructor
  */
 public function __construct($type)
 {
     parent::__construct($type);
     $this->data = new ArrayCollection();
     $this->groups = new ArrayCollection();
 }