PHP Class Jackalope\Query\QueryManager

Provides methods for the creation and retrieval of search queries.
Inheritance: implements PHPCR\Query\QueryManagerInterface
Afficher le fichier Open project: jackalope/jackalope

Protected Properties

Свойство Type Description
$factory Jackalope\FactoryInterface The factory to instantiate objects
$objectManager Jackalope\ObjectManager

Méthodes publiques

Méthode Description
__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}

Method Details

__construct() public méthode

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() public méthode

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

getQOMFactory() public méthode

{@inheritDoc}
public getQOMFactory ( )

getQuery() public méthode

{@inheritDoc}
public getQuery ( $node )

getSupportedQueryLanguages() public méthode

{@inheritDoc}

Property Details

$factory protected_oe property

The factory to instantiate objects
protected FactoryInterface,Jackalope $factory
Résultat Jackalope\FactoryInterface

$objectManager protected_oe property

protected ObjectManager,Jackalope $objectManager
Résultat Jackalope\ObjectManager