PHP 인터페이스 eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 0 사용 예제들

공개 메소드들

메소드 설명
match ( eZ\Publish\Core\MVC\Symfony\View\View $view ) : array | null Checks if $valueObject has a usable configuration for $viewType.

메소드 상세

match() 공개 메소드

If so, the configuration hash will be returned. $valueObject can be for example a Location or a Content object.
public match ( eZ\Publish\Core\MVC\Symfony\View\View $view ) : array | null
$view eZ\Publish\Core\MVC\Symfony\View\View
리턴 array | null The matched configuration as a hash, containing template or controller to use, or null if not matched.