Newscoop\Doctrine\AdoDbStatement::fetchRow PHP Method

fetchRow() public method

Fetch row
public fetchRow ( ) : array
return array
    public function fetchRow()
    {
        return $this->statement->fetch();
    }