BcCaptchaService
in package
implements
BcCaptchaServiceInterface
Class BcCaptchaService
Table of Contents
Interfaces
- BcCaptchaServiceInterface
- interface BcCaptchaServiceInterface
Methods
Methods
check()
認証を行う
public
check(ServerRequest $request, string $token, string $value) : bool
Parameters
- $request : ServerRequest
- $token : string
- $value : string
-
フォームから送信された文字列
Tags
Return values
boolrender()
キャプチャ画象を表示する
public
render(ServerRequest $request, string $token) : void
Parameters
- $request : ServerRequest
- $token : string