Neos\Flow\Persistence\QueryInterface::execute PHP Méthode

execute() public méthode

Executes the query and returns the result.
public execute ( boolean $cacheResult = false ) : Neos\Flow\Persistence\QueryResultInterface
$cacheResult boolean If the result cache should be used
Résultat Neos\Flow\Persistence\QueryResultInterface The query result
    public function execute($cacheResult = false);