Ver originalpublic function walk() { if (is_dir($this->path) && is_file($this->finalpath)) { $this->line = file_get_contents($this->finalpath); } }