PHP 클래스 FluxBB\Validation\PostValidator

상속: extends FluxBB\Core\Validator
파일 보기 프로젝트 열기: fluxbb/core

공개 메소드들

메소드 설명
validate ( Request $request ) : void Validate the given request.

보호된 메소드들

메소드 설명
rules ( ) : array Get the rules to validate against.

메소드 상세

rules() 보호된 메소드

Get the rules to validate against.
protected rules ( ) : array
리턴 array

validate() 공개 메소드

Should throw an exception if validation fails.
public validate ( Request $request ) : void
$request FluxBB\Server\Request
리턴 void