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