FluentDOM\Loader\Json\BadgerFish::getNamespacePropertyName PHP Method

getNamespacePropertyName() protected method

Get the property name for a namespace prefix
protected getNamespacePropertyName ( string | null $prefix ) : string
$prefix string | null
return string
    protected function getNamespacePropertyName($prefix)
    {
        return empty($prefix) ? '$' : $prefix;
    }