PHP Class CustomerIdentity

It contains the authentication method that checks if the provided data can identity the user.
Inheritance: extends CUserIdentity
Show file Open project: damnpoet/yiicart

Public Methods

Method Description
authenticate ( ) : boolean Authenticates a user.

Method Details

authenticate() public method

Authenticates a user.
public authenticate ( ) : boolean
return boolean whether authentication succeeds.