Pagekit\Auth\Event\AuthenticateEvent::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $name, array $credentials, Pagekit\Auth\UserInterface $user = null )
$name string
$credentials array
$user Pagekit\Auth\UserInterface
    public function __construct($name, array $credentials, UserInterface $user = null)
    {
        parent::__construct($name, $user);
        $this->credentials = $credentials;
    }