eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler::load PHP Méthode

load() public méthode

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