Jackalope\Query\QueryManager::__construct PHP Метод

__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
    public function __construct(FactoryInterface $factory, ObjectManager $objectManager)
    {
        $this->factory = $factory;
        $this->objectManager = $objectManager;
    }