PHP 클래스 Neos\Neos\Domain\Service\NodeShortcutResolver

파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$linkingService Neos\Neos\Service\LinkingService
$node Neos\ContentRepository\Domain\Model\NodeInterface

공개 메소드들

메소드 설명
resolveShortcutTarget ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : Neos\ContentRepository\Domain\Model\NodeInterface | string | null Resolves a shortcut node to the target. The return value can be

메소드 상세

resolveShortcutTarget() 공개 메소드

* a NodeInterface instance if the target is a node or a node:// URI * a string (in case the target is a plain text URI or an asset:// URI) * NULL in case the shortcut cannot be resolved
public resolveShortcutTarget ( Neos\ContentRepository\Domain\Model\NodeInterface $node ) : Neos\ContentRepository\Domain\Model\NodeInterface | string | null
$node Neos\ContentRepository\Domain\Model\NodeInterface
리턴 Neos\ContentRepository\Domain\Model\NodeInterface | string | null

프로퍼티 상세

$linkingService 보호되어 있는 프로퍼티

protected LinkingService,Neos\Neos\Service $linkingService
리턴 Neos\Neos\Service\LinkingService

$node 보호되어 있는 프로퍼티

protected NodeInterface,Neos\ContentRepository\Domain\Model $node
리턴 Neos\ContentRepository\Domain\Model\NodeInterface