Phalcon\Db\Result\Serializable::fetchAll PHP Méthode

fetchAll() public méthode

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