eZ\Publish\Core\Persistence\Cache\LocationHandler::markSubtreeModified PHP Method

markSubtreeModified() public method

See also: eZ\Publish\SPI\Persistence\Content\Location\Handler::markSubtreeModified
public markSubtreeModified ( $locationId, $timestamp = null )
    public function markSubtreeModified($locationId, $timestamp = null)
    {
        $this->logger->logCall(__METHOD__, array('location' => $locationId, 'time' => $timestamp));
        $this->persistenceHandler->locationHandler()->markSubtreeModified($locationId, $timestamp);
    }