Horde_Tree_Renderer_Base::isSupported PHP Méthode

isSupported() public méthode

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