PHP Class Pagekit\Auth\Event\AuthenticateEvent

Inheritance: extends Event
Show file Open project: pagekit/pagekit Class Usage Examples

Protected Properties

Property Type Description
$credentials string[]

Public Methods

Method Description
__construct ( string $name, array $credentials, Pagekit\Auth\UserInterface $user = null ) Constructor.
getCredentials ( ) : string[] Gets the login credentials.

Method Details

__construct() public method

Constructor.
public __construct ( string $name, array $credentials, Pagekit\Auth\UserInterface $user = null )
$name string
$credentials array
$user Pagekit\Auth\UserInterface

getCredentials() public method

Gets the login credentials.
public getCredentials ( ) : string[]
return string[]

Property Details

$credentials protected property

protected string[] $credentials
return string[]