예제 #1
0
파일: Group.php 프로젝트: GTheron/CRM-back
 public function __construct()
 {
     $this->roles = array();
     $this->groups = new ArrayCollection();
     $this->feature = false;
     parent::__construct();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
 }
예제 #3
0
 public function __construct()
 {
     $this->seen = false;
     parent::__construct();
 }