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

상속: implements Neos\Neos\Domain\Service\NodeSearchServiceInterface
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$nodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository
$nodeFactory Neos\ContentRepository\Domain\Factory\NodeFactory
$persistenceManager Neos\Flow\Persistence\PersistenceManagerInterface

공개 메소드들

메소드 설명
findByProperties ( string | array $term, array $searchNodeTypes, Context $context, Neos\ContentRepository\Domain\Model\NodeInterface $startingPoint = null ) : array Search all properties for given $term

메소드 상세

findByProperties() 공개 메소드

TODO: Implement a better search when Flow offer the possibility
public findByProperties ( string | array $term, array $searchNodeTypes, Context $context, Neos\ContentRepository\Domain\Model\NodeInterface $startingPoint = null ) : array
$term string | array search term
$searchNodeTypes array
$context Neos\ContentRepository\Domain\Service\Context
$startingPoint Neos\ContentRepository\Domain\Model\NodeInterface
리턴 array <\Neos\ContentRepository\Domain\Model\NodeInterface>

프로퍼티 상세

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

protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository
리턴 Neos\ContentRepository\Domain\Repository\NodeDataRepository

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

protected NodeFactory,Neos\ContentRepository\Domain\Factory $nodeFactory
리턴 Neos\ContentRepository\Domain\Factory\NodeFactory

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

protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager
리턴 Neos\Flow\Persistence\PersistenceManagerInterface