PHP 클래스 Sulu\Component\Content\Query\ContentQueryExecutor

상속: implements Sulu\Component\Content\Query\ContentQueryExecutorInterface
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
__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