Horde_Tree_Renderer_Base::fallback PHP Méthode

fallback() public méthode

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