PHP 클래스 Neos\Neos\TYPO3CR\NeosNodeService

상속: extends Neos\ContentRepository\Domain\Service\NodeService, implements Neos\Neos\TYPO3CR\NeosNodeServiceInterface
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
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