Horde_Tree_Renderer_Base::fallback PHP Method

fallback() public method

Provide a simpler renderer to fallback to.
public fallback ( ) : string
return string The next best renderer.
    public function fallback()
    {
        throw new Horde_Tree_Exception('No fallback renderer found.');
    }