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