PHP 클래스 WellCommerce\Bundle\ClientBundle\Manager\ClientManager

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\CoreBundle\Manager\AbstractManager
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
resetPassword ( $username )

보호된 메소드들

메소드 설명
findClient ( string $username ) : null | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface Returns the client's account or null if it was not found
sendResetInstructions ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer Sends the reset instructions to client
setClientResetPasswordHash ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer

메소드 상세

findClient() 보호된 메소드

Returns the client's account or null if it was not found
protected findClient ( string $username ) : null | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
$username string
리턴 null | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface

resetPassword() 공개 메소드

public resetPassword ( $username )

sendResetInstructions() 보호된 메소드

Sends the reset instructions to client
protected sendResetInstructions ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer
$client WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
리턴 integer

setClientResetPasswordHash() 보호된 메소드

protected setClientResetPasswordHash ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer
$client WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
리턴 integer