FluentDOM\Loader\Json\SimpleXML::getSupported PHP Method

getSupported() public method

public getSupported ( ) : string[]
return string[]
    public function getSupported()
    {
        return ['text/simplexml', 'text/simplexml+json', 'application/simplexml+json'];
    }