password)) ? $user : null; } public static function getProps() { return array( 'email', 'password', 'name', 'verificationToken', 'ownTicketList' ); } public function getDefaultProps() { return array(); } public function addTicket($ticket) { $this->ownTicketList[] = $ticket; } public static function getUser($value, $property = 'id') { return parent::getDataStore($value, $property); } }