_name = $name; } public abstract function visit($depth = -1, $maxDepth = 0); public function __toString() { return $this->_name; } }