PHP Класс Sulu\Component\Content\Query\ContentQueryExecutor

Наследование: implements Sulu\Component\Content\Query\ContentQueryExecutorInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Sulu\Component\PHPCR\SessionManager\SessionManagerInterface $sessionManager, Sulu\Component\Content\Mapper\ContentMapperInterface $contentMapper, Symfony\Component\Stopwatch\Stopwatch $stopwatch = null )
execute ( $webspaceKey, $locales, Sulu\Component\Content\Query\ContentQueryBuilderInterface $contentQueryBuilder, $flat = true, $depth, $limit = null, $offset = null, $moveUp = false )

Приватные методы

Метод Описание
createSql2Query ( $sql2, $limit = null, $offset = null ) returns a sql2 query.

Описание методов

__construct() публичный Метод

public __construct ( Sulu\Component\PHPCR\SessionManager\SessionManagerInterface $sessionManager, Sulu\Component\Content\Mapper\ContentMapperInterface $contentMapper, Symfony\Component\Stopwatch\Stopwatch $stopwatch = null )
$sessionManager Sulu\Component\PHPCR\SessionManager\SessionManagerInterface
$contentMapper Sulu\Component\Content\Mapper\ContentMapperInterface
$stopwatch Symfony\Component\Stopwatch\Stopwatch

execute() публичный Метод

public execute ( $webspaceKey, $locales, Sulu\Component\Content\Query\ContentQueryBuilderInterface $contentQueryBuilder, $flat = true, $depth, $limit = null, $offset = null, $moveUp = false )
$contentQueryBuilder Sulu\Component\Content\Query\ContentQueryBuilderInterface