Méthode | Description | |
---|---|---|
__construct ( eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo ) | ||
addLocationToClear ( eZ\Publish\API\Repository\Values\Content\Location $location ) | Adds a location that needs to be cleared. | |
getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo | Returns ContentInfo object we're clearing the cache for. | |
getLocationsToClear ( ) : eZ\Publish\API\Repository\Values\Content\Location[] | Returns all location objects registered to the cache clear process. | |
setLocationsToClear ( array $locationsToClear ) | Replaces the list of locations to clear. |
public __construct ( eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo ) | ||
$contentInfo | eZ\Publish\API\Repository\Values\Content\ContentInfo |
public addLocationToClear ( eZ\Publish\API\Repository\Values\Content\Location $location ) | ||
$location | eZ\Publish\API\Repository\Values\Content\Location |
public getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo | ||
Résultat | eZ\Publish\API\Repository\Values\Content\ContentInfo |
public getLocationsToClear ( ) : eZ\Publish\API\Repository\Values\Content\Location[] | ||
Résultat | eZ\Publish\API\Repository\Values\Content\Location[] |
public setLocationsToClear ( array $locationsToClear ) | ||
$locationsToClear | array |