PHP 클래스 Coduo\TuTu\Request\ChainMatchingPolicy

상속: implements Coduo\TuTu\Request\MatchingPolicy
파일 보기 프로젝트 열기: coduo/tutu 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
addMatchingPolicy ( Coduo\TuTu\Request\MatchingPolicy $matchingPolicy )
match ( Request $request, Element $config ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( )

addMatchingPolicy() 공개 메소드

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

match() 공개 메소드

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