eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler::loadSubtreeIds PHP Метод

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

Loads the subtree ids of the location identified by $locationId.
public loadSubtreeIds ( integer $locationId ) : array
$locationId integer
Результат array Location ids are in the index, Content ids in the value.
    public function loadSubtreeIds($locationId)
    {
        return $this->locationGateway->getSubtreeContent($locationId, true);
    }