LSS\XML2Array::getXMLRoot PHP Метод

getXMLRoot() защищенный статический Метод

* 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;
    }