PHP Interface Sulu\Component\Webspace\Analyzer\Attributes\RequestProcessorInterface

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
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.

Method Details

process() public méthode

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

validate() public méthode

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