Neos\Flow\Persistence\QueryInterface::execute PHP 메소드

execute() 공개 메소드

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
리턴 Neos\Flow\Persistence\QueryResultInterface The query result
    public function execute($cacheResult = false);