Horde_Tree_Renderer_Base::isSupported PHP Method

isSupported() public method

Check the current environment to see if we can render the tree.
public isSupported ( ) : boolean
return boolean Whether or not this backend will function.
    public function isSupported()
    {
        return true;
    }