Phalcon\Db\Result\Serializable::fetchAll PHP Метод

fetchAll() публичный Метод

Returns the full data in the resultset
public fetchAll ( ) : array
Результат array
    public function fetchAll()
    {
        return $this->data;
    }