Пример #1
0
 function __construct()
 {
     parent::__construct();
     $this->userRoles = new ArrayCollection();
     $this->posts = new ArrayCollection();
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     $this->roles = new ArrayCollection();
 }