Horde_Tree_Renderer_Base::fallback PHP 메소드

fallback() 공개 메소드

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