M1\Vars\Variables\VariableStore::getPrefix PHP Method

getPrefix() public method

Get the prefix
public getPrefix ( ) : string
return string The prefix
    public function getPrefix()
    {
        return $this->prefix;
    }