Map class objects to an LoggerObjectRenderer.
Located in /or/LoggerRendererMap.php (line 33)
Add a renderer to a hierarchy passed as parameter.
Note that hierarchy must implement getRendererMap() and setRenderer() methods.
Constructor
Find the appropriate renderer for the class type of the o parameter.
This is accomplished by calling the getByObject() method if o is object or using LoggerDefaultRenderer. Once a renderer is found, it is applied on the object o and the result is returned as a string.
Search the parents of clazz for a renderer.
The renderer closest in the hierarchy will be returned. If no renderers could be found, then the default renderer is returned.
Syntactic sugar method that calls http://www.php.net/get_class with the class of the object parameter.
Documentation generated by phpDocumentor 1.3.2