Ouzo\Db\StatementExecutor::fetchAll PHP Method

fetchAll() public method

public fetchAll ( $fetchMode = PDO::FETCH_ASSOC )
    public function fetchAll($fetchMode = PDO::FETCH_ASSOC)
    {
        return $this->executeAndFetch('fetchAll', $fetchMode);
    }