Phalcon\Db\Result\Serializable::fetchAll PHP 메소드

fetchAll() 공개 메소드

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