eZ\Publish\Core\Persistence\Cache\LocationHandler::setSectionForSubtree PHP Метод

setSectionForSubtree() публичный Метод

См. также: eZ\Publish\SPI\Persistence\Content\Location\Handler::setSectionForSubtree
public setSectionForSubtree ( $locationId, $sectionId )
    public function setSectionForSubtree($locationId, $sectionId)
    {
        $this->logger->logCall(__METHOD__, array('location' => $locationId, 'section' => $sectionId));
        $this->persistenceHandler->locationHandler()->setSectionForSubtree($locationId, $sectionId);
        $this->cache->clear('content');
        //TIMBER!
    }