PHP 인터페이스 Sulu\Component\Content\Query\ContentQueryExecutorInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
execute ( string $webspaceKey, string[] $locales, Sulu\Component\Content\Query\ContentQueryBuilderInterface $contentQueryBuilder, boolean $flat = true, integer $depth, integer $limit = null, integer $offset = null, boolean $moveUp = false ) : array Executes a query and returns loaded content as array.

메소드 상세

execute() 공개 메소드

Executes a query and returns loaded content as array.
public execute ( string $webspaceKey, string[] $locales, Sulu\Component\Content\Query\ContentQueryBuilderInterface $contentQueryBuilder, boolean $flat = true, integer $depth, integer $limit = null, integer $offset = null, boolean $moveUp = false ) : array
$webspaceKey string
$locales string[]
$contentQueryBuilder Sulu\Component\Content\Query\ContentQueryBuilderInterface
$flat boolean
$depth integer
$limit integer
$offset integer
$moveUp boolean
리턴 array