class LocalMethod extends AbstractMethod (View source)

The LocalMethod class.

Methods

integer
getStatus()

getStatus

__construct(array $users = array())

Class init.

integer
authenticate(Credential $credential)

authenticate

callable
getVerifyHandler()

Method to get property VerifyHandler

setVerifyHandler(callable $verifyHandler)

Method to set property verifyHandler

array
getUsers()

Method to get property Users

setUsers(array $users)

Method to set property users

Details

integer getStatus()

getStatus

Return Value

integer

at line line 40
__construct(array $users = array())

Class init.

Parameters

array $users

at line line 52
integer authenticate(Credential $credential)

authenticate

Parameters

Credential $credential

Return Value

integer

at line line 107
callable getVerifyHandler()

Method to get property VerifyHandler

Return Value

callable

at line line 132
LocalMethod setVerifyHandler(callable $verifyHandler)

Method to set property verifyHandler

Parameters

callable $verifyHandler

Return Value

LocalMethod Return self to support chaining.

at line line 144
array getUsers()

Method to get property Users

Return Value

array

at line line 156
LocalMethod setUsers(array $users)

Method to set property users

Parameters

array $users

Return Value

LocalMethod Return self to support chaining.