PHP 인터페이스 Sulu\Component\Webspace\Analyzer\Attributes\RequestProcessorInterface

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
process ( Request $request, RequestAttributes $requestAttributes ) : RequestAttributes Returns request attributes for given request.
validate ( RequestAttributes $attributes ) : boolean Validate the given attributes and return true if it is valid, if not throw a specific exception.

메소드 상세

process() 공개 메소드

Returns request attributes for given request.
public process ( Request $request, RequestAttributes $requestAttributes ) : RequestAttributes
$request Symfony\Component\HttpFoundation\Request
$requestAttributes RequestAttributes
리턴 RequestAttributes

validate() 공개 메소드

Validate the given attributes and return true if it is valid, if not throw a specific exception.
public validate ( RequestAttributes $attributes ) : boolean
$attributes RequestAttributes
리턴 boolean