PHP 클래스 eZ\Publish\Core\Persistence\Cache\LocationHandler

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler
상속: extends AbstractHandler, implements eZ\Publish\SPI\Persistence\Content\Location\Handler
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
changeMainLocation ( $contentId, $locationId )
copySubtree ( $sourceId, $destinationParentId )
create ( eZ\Publish\SPI\Persistence\Content\Location\CreateStruct $locationStruct )
hide ( $locationId )
load ( $locationId )
loadByRemoteId ( $remoteId )
loadLocationsByContent ( $contentId, $rootLocationId = null )
loadParentLocationsForDraftContent ( $contentId )
loadSubtreeIds ( $locationId )
markSubtreeModified ( $locationId, $timestamp = null )
move ( $sourceId, $destinationParentId )
removeSubtree ( $locationId )
setSectionForSubtree ( $locationId, $sectionId )
swap ( $locationId1, $locationId2 )
unHide ( $locationId )
update ( eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct $struct, $locationId )

메소드 상세

changeMainLocation() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::changeMainLocation
public changeMainLocation ( $contentId, $locationId )

copySubtree() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::copySubtree
public copySubtree ( $sourceId, $destinationParentId )

create() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::create
public create ( eZ\Publish\SPI\Persistence\Content\Location\CreateStruct $locationStruct )
$locationStruct eZ\Publish\SPI\Persistence\Content\Location\CreateStruct

hide() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::hide
public hide ( $locationId )

load() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::load
public load ( $locationId )

loadByRemoteId() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::loadByRemoteId
public loadByRemoteId ( $remoteId )

loadLocationsByContent() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::loadLocationsByContent
public loadLocationsByContent ( $contentId, $rootLocationId = null )

loadParentLocationsForDraftContent() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::loadParentLocationsForDraftContent
public loadParentLocationsForDraftContent ( $contentId )

loadSubtreeIds() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::loadSubtreeIds
public loadSubtreeIds ( $locationId )

markSubtreeModified() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::markSubtreeModified
public markSubtreeModified ( $locationId, $timestamp = null )

move() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::move
public move ( $sourceId, $destinationParentId )

removeSubtree() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::removeSubtree
public removeSubtree ( $locationId )

setSectionForSubtree() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::setSectionForSubtree
public setSectionForSubtree ( $locationId, $sectionId )

swap() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::swap
public swap ( $locationId1, $locationId2 )

unHide() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::unhide
public unHide ( $locationId )

update() 공개 메소드

또한 보기: eZ\Publish\SPI\Persistence\Content\Location\Handler::update
public update ( eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct $struct, $locationId )
$struct eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct