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

Loads the data for the location identified by $locationId.
public loadLocation ( integer $locationId ) : eZ\Publish\SPI\Persistence\Content\Location
$locationId integer
Результат eZ\Publish\SPI\Persistence\Content\Location
Пример #1
0
 /**
  * Loads the data for the location identified by $locationId.
  *
  * @param int $locationId
  *
  * @return \eZ\Publish\SPI\Persistence\Content\Location
  */
 public function load($locationId)
 {
     return $this->treeHandler->loadLocation($locationId);
 }