PHP 클래스 Jackalope\Query\QueryManager

Provides methods for the creation and retrieval of search queries.
상속: implements PHPCR\Query\QueryManagerInterface
파일 보기 프로젝트 열기: jackalope/jackalope

보호된 프로퍼티들

프로퍼티 타입 설명
$factory Jackalope\FactoryInterface The factory to instantiate objects
$objectManager Jackalope\ObjectManager

공개 메소드들

메소드 설명
__construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager ) Create the query manager - acquire through the session.
createQuery ( $statement, $language ) {@inheritDoc}
getQOMFactory ( ) {@inheritDoc}
getQuery ( $node ) {@inheritDoc}
getSupportedQueryLanguages ( ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Create the query manager - acquire through the session.
public __construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager )
$factory Jackalope\FactoryInterface the object factory
$objectManager Jackalope\ObjectManager

createQuery() 공개 메소드

{@inheritDoc}
public createQuery ( $statement, $language )

getQOMFactory() 공개 메소드

{@inheritDoc}
public getQOMFactory ( )

getQuery() 공개 메소드

{@inheritDoc}
public getQuery ( $node )

getSupportedQueryLanguages() 공개 메소드

{@inheritDoc}

프로퍼티 상세

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

The factory to instantiate objects
protected FactoryInterface,Jackalope $factory
리턴 Jackalope\FactoryInterface

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

protected ObjectManager,Jackalope $objectManager
리턴 Jackalope\ObjectManager