Ouzo\Db\StatementExecutor::fetch PHP Method

fetch() public method

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