PHP Class WellCommerce\Bundle\ClientBundle\Entity\ClientDetails

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface
ファイルを表示 Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$conditionsAccepted boolean
$discount float
$newsletterAccepted boolean
$password string
$resetPasswordHash string
$salt string
$username string

Public Methods

Method Description
getDiscount ( ) : float
getPassword ( ) : string
getResetPasswordHash ( )
getSalt ( )
getUsername ( ) : string
isConditionsAccepted ( ) : boolean
isNewsletterAccepted ( ) : boolean
resetPassword ( )
setConditionsAccepted ( boolean $conditionsAccepted )
setDiscount ( float $discount )
setHashedPassword ( string $password )
setNewsletterAccepted ( boolean $newsletterAccepted )
setPassword ( string $password )
setResetPasswordHash ( string $resetPasswordHash )
setSalt ( string $salt )
setUsername ( string $username )

Method Details

getDiscount() public method

public getDiscount ( ) : float
return float

getPassword() public method

public getPassword ( ) : string
return string

getResetPasswordHash() public method

getSalt() public method

public getSalt ( )

getUsername() public method

public getUsername ( ) : string
return string

isConditionsAccepted() public method

public isConditionsAccepted ( ) : boolean
return boolean

isNewsletterAccepted() public method

public isNewsletterAccepted ( ) : boolean
return boolean

resetPassword() public method

public resetPassword ( )

setConditionsAccepted() public method

public setConditionsAccepted ( boolean $conditionsAccepted )
$conditionsAccepted boolean

setDiscount() public method

public setDiscount ( float $discount )
$discount float

setHashedPassword() public method

public setHashedPassword ( string $password )
$password string

setNewsletterAccepted() public method

public setNewsletterAccepted ( boolean $newsletterAccepted )
$newsletterAccepted boolean

setPassword() public method

public setPassword ( string $password )
$password string

setResetPasswordHash() public method

public setResetPasswordHash ( string $resetPasswordHash )
$resetPasswordHash string

setSalt() public method

public setSalt ( string $salt )
$salt string

setUsername() public method

public setUsername ( string $username )
$username string

Property Details

$conditionsAccepted protected_oe property

protected bool $conditionsAccepted
return boolean

$discount protected_oe property

protected float $discount
return float

$newsletterAccepted protected_oe property

protected bool $newsletterAccepted
return boolean

$password protected_oe property

protected string $password
return string

$resetPasswordHash protected_oe property

protected string $resetPasswordHash
return string

$salt protected_oe property

protected string $salt
return string

$username protected_oe property

protected string $username
return string