PHP Класс eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\UrlAlias

Наследование: extends MultipleValued
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
match ( eZ\Publish\Core\MVC\Symfony\View\View $view )
matchContentInfo ( eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo ) : boolean Not supported since UrlAlias is meaningful for location objects only.
matchLocation ( eZ\Publish\API\Repository\Values\Content\Location $location ) : boolean Checks if a Location object matches.
setMatchingConfig ( $matchingConfig )

Описание методов

match() публичный Метод

public match ( eZ\Publish\Core\MVC\Symfony\View\View $view )
$view eZ\Publish\Core\MVC\Symfony\View\View

matchContentInfo() публичный Метод

Not supported since UrlAlias is meaningful for location objects only.
public matchContentInfo ( eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo ) : boolean
$contentInfo eZ\Publish\API\Repository\Values\Content\ContentInfo
Результат boolean

matchLocation() публичный Метод

Checks if a Location object matches.
public matchLocation ( eZ\Publish\API\Repository\Values\Content\Location $location ) : boolean
$location eZ\Publish\API\Repository\Values\Content\Location
Результат boolean

setMatchingConfig() публичный Метод

public setMatchingConfig ( $matchingConfig )