PHP Interface eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\ViewMatcherInterface

Inheritance: extends eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MatcherInterface
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
matchContentInfo ( eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo ) : boolean Checks if a ContentInfo object matches.
matchLocation ( eZ\Publish\API\Repository\Values\Content\Location $location ) : boolean Checks if a Location object matches.

Method Details

matchContentInfo() public méthode

Checks if a ContentInfo object matches.
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