/** * Função para add valor a linha nas posições informadas. * * @param $i * @param $f * @param $value * * @return array * @throws \Exception */ protected function add($i, $f, $value) { return Util::adiciona($this->atual, $i, $f, $value); }