PHP Class Coduo\TuTu\Request\ChainMatchingPolicy

Inheritance: implements Coduo\TuTu\Request\MatchingPolicy
Show file Open project: coduo/tutu Class Usage Examples

Public Methods

Method Description
__construct ( )
addMatchingPolicy ( Coduo\TuTu\Request\MatchingPolicy $matchingPolicy )
match ( Request $request, Element $config ) : boolean

Method Details

__construct() public method

public __construct ( )

addMatchingPolicy() public method

public addMatchingPolicy ( Coduo\TuTu\Request\MatchingPolicy $matchingPolicy )
$matchingPolicy Coduo\TuTu\Request\MatchingPolicy

match() public method

public match ( Request $request, Element $config ) : boolean
$request Symfony\Component\HttpFoundation\Request
$config Coduo\TuTu\Config\Element
return boolean