PHP Interface WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface

Author: Adam Piotrowski ([email protected])
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
getDiscount ( ) : float
getResetPasswordHash ( )
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

getResetPasswordHash() public method

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