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