eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler::load PHP 메소드

load() 공개 메소드

Loads the data for the location identified by $locationId.
public load ( integer $locationId ) : eZ\Publish\SPI\Persistence\Content\Location
$locationId integer
리턴 eZ\Publish\SPI\Persistence\Content\Location
    public function load($locationId)
    {
        return $this->treeHandler->loadLocation($locationId);
    }