コード例 #1
0
ファイル: Group.php プロジェクト: GTheron/CRM-back
 public function __construct()
 {
     $this->roles = array();
     $this->groups = new ArrayCollection();
     $this->feature = false;
     parent::__construct();
 }
コード例 #2
0
ファイル: Customer.php プロジェクト: GTheron/CRM-back
 public function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
ファイル: Notification.php プロジェクト: GTheron/CRM-back
 public function __construct()
 {
     $this->seen = false;
     parent::__construct();
 }