PHP Class eZ\Publish\Core\MVC\Symfony\Cache\Http\EventListener\RelatedLocationsListener

Both relation and reverse relation are taken into account.
Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Datei anzeigen Open project: ezsystems/ezpublish-kernel Class Usage Examples

Public Methods

Method Description
__construct ( eZ\Publish\API\Repository\Repository $repository )
getSubscribedEvents ( )
onContentCacheClear ( ContentCacheClearEvent $event )

Method Details

__construct() public method

public __construct ( eZ\Publish\API\Repository\Repository $repository )
$repository eZ\Publish\API\Repository\Repository

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

onContentCacheClear() public method

public onContentCacheClear ( ContentCacheClearEvent $event )
$event eZ\Publish\Core\MVC\Symfony\Event\ContentCacheClearEvent