LSS\XML2Array::getXMLRoot PHP Method

getXMLRoot() protected static method

* Get the root XML node, if there isn't one, create it.
protected static getXMLRoot ( )
    protected static function getXMLRoot()
    {
        if (empty(self::$xml)) {
            self::init();
        }
        return self::$xml;
    }