Beispiel #1
0
 public function __construct()
 {
     $this->role = self::ROLE_USER;
     $this->status = self::STATUS_PENDING;
     $projects = new ArrayCollection();
     parent::__construct();
 }
Beispiel #2
0
 public function __construct()
 {
     $this->status = self::STATUS_ACTIVE;
     parent::__construct();
 }