Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
* @ORM\Id
* @ORM\Column(type="bigint")
* @ORM\GeneratedValue(strategy="AUTO")
- * @Expose
*/
protected $id;
/**
* @ORM\Column(type="string")
- * @Expose
*/
protected $firstname;
/**
* @ORM\Column(type="string")
- * @Expose
*/
protected $lastname;
/**
* @ORM\Column(type="string", unique=true)
- * @Expose
*/
protected $email;
/**
* @ORM\Column(type="string")
- * @Expose
*/
protected $password;
/**
* @ORM\Column(type="boolean", options={"default":false})
- * @Expose
*/
protected $online;