PHP 클래스 Neos\Neos\TypoScript\Helper\NodeHelper

상속: implements Neos\Eel\ProtectedContextAwareInterface
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
allowsCallOfMethod ( string $methodName ) : boolean
nearestContentCollection ( Neos\ContentRepository\Domain\Model\NodeInterface $node, string $nodePath ) : Neos\ContentRepository\Domain\Model\NodeInterface Check if the given node is already a collection, find collection by nodePath otherwise, throw exception if no content collection could be found

메소드 상세

allowsCallOfMethod() 공개 메소드

public allowsCallOfMethod ( string $methodName ) : boolean
$methodName string
리턴 boolean

nearestContentCollection() 공개 메소드

Check if the given node is already a collection, find collection by nodePath otherwise, throw exception if no content collection could be found
public nearestContentCollection ( Neos\ContentRepository\Domain\Model\NodeInterface $node, string $nodePath ) : Neos\ContentRepository\Domain\Model\NodeInterface
$node Neos\ContentRepository\Domain\Model\NodeInterface
$nodePath string
리턴 Neos\ContentRepository\Domain\Model\NodeInterface