PHP Class Jackalope\Query\QueryManager

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

Protected Properties

Property Type Description
$factory Jackalope\FactoryInterface The factory to instantiate objects
$objectManager Jackalope\ObjectManager

Public Methods

Method 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 method

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 method

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

getQOMFactory() public method

{@inheritDoc}
public getQOMFactory ( )

getQuery() public method

{@inheritDoc}
public getQuery ( $node )

getSupportedQueryLanguages() public method

{@inheritDoc}

Property Details

$factory protected property

The factory to instantiate objects
protected FactoryInterface,Jackalope $factory
return Jackalope\FactoryInterface

$objectManager protected property

protected ObjectManager,Jackalope $objectManager
return Jackalope\ObjectManager