Newscoop\Doctrine\AdoDbInterface::getAll PHP Метод

getAll() публичный Метод

Get all rows for a given query
public getAll ( string $query ) : array
$query string
Результат array
    public function getAll($query);