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);