Пример #1
0
 /**
  * actionComponents property has to be a doctrine common collection.
  */
 public function __construct()
 {
     parent::__construct();
     $this->actionComponents = new ArrayCollection();
 }