PHP Class eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\Identifier\ContentType

Inheritance: extends eZ\Publish\Core\MVC\Symfony\Matcher\ContentBased\MultipleValued
Datei anzeigen Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Methods

Method Description
match ( eZ\Publish\Core\MVC\Symfony\View\View $view )
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

match() public method

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

matchContentInfo() public method

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
return boolean

matchLocation() public method

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
return boolean