Class Customer
Methods | ||
---|---|---|
public
|
__construct(Registry $registry)
|
# |
public
|
login(string $email, string $password, bool $override = false): bool
|
# |
public
|
logout(): void
|
# |
public
|
isLogged(): bool
|
# |
public
|
getId(): int
|
# |
public
|
getFirstName(): string
|
# |
public
|
getLastName(): string
|
# |
public
|
getGroupId(): int
|
# |
public
|
getEmail(): string
|
# |
public
|
getTelephone(): string
|
# |
public
|
getNewsletter(): bool
|
# |
public
|
isSafe(): bool
|
# |
public
|
isCommenter(): bool
|
# |
public
|
getAddressId(): int
|
# |
public
|
getBalance(): float
|
# |
public
|
getRewardPoints(): float
|
# |