Pagekit\Auth\Event\AuthenticateEvent::__construct PHP Méthode

__construct() public méthode

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;
    }