PHP Класс Neos\Neos\TYPO3CR\NeosNodeService

Наследование: extends Neos\ContentRepository\Domain\Service\NodeService, implements Neos\Neos\TYPO3CR\NeosNodeServiceInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
normalizePath ( string $path, string $referencePath = null, string $siteNodePath = null ) : string Normalizes the given node path to a reference path and returns an absolute path.

Описание методов

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

Normalizes the given node path to a reference path and returns an absolute path.
public normalizePath ( string $path, string $referencePath = null, string $siteNodePath = null ) : string
$path string The non-normalized path
$referencePath string a reference path in case the given path is relative.
$siteNodePath string Reference path to a site node. Relative paths starting with "~" will be based on the siteNodePath.
Результат string The normalized absolute path