Phalcon\Db\Result\Serializable::fetchAll PHP Method

fetchAll() public method

Returns the full data in the resultset
public fetchAll ( ) : array
return array
    public function fetchAll()
    {
        return $this->data;
    }