Pagekit\Session\Csrf\Event\CsrfListener::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( Pagekit\Session\Csrf\Provider\CsrfProviderInterface $provider )
$provider Pagekit\Session\Csrf\Provider\CsrfProviderInterface
    public function __construct(CsrfProviderInterface $provider)
    {
        $this->provider = $provider;
    }