PHP Class eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\UrlAlias

Inheritance: extends MultipleValued
Afficher le fichier Open project: ezsystems/ezpublish-kernel Class Usage Examples

Méthodes publiques

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

Method Details

match() public méthode

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

matchContentInfo() public méthode

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
Résultat boolean

matchLocation() public méthode

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
Résultat boolean

setMatchingConfig() public méthode

public setMatchingConfig ( $matchingConfig )