PHP Interface Sulu\Component\Content\Query\ContentQueryExecutorInterface

显示文件 Open project: sulu/sulu Interface Usage Examples

Public Methods

Method Description
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.

Method Details

execute() public method

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
return array