Horde_Autoloader_ClassPathMapper_Application::__toString PHP Method

__toString() public method

String representation of class.
public __toString ( ) : string
return string
    public function __toString()
    {
        return get_class($this) . ' ' . $this->_classMatchRegex . ' [' . $this->_appDir . ']';
    }
Horde_Autoloader_ClassPathMapper_Application