Mutagenesis\Loader::getNamespaceSeparator PHP Method

getNamespaceSeparator() public method

Gets the namespace seperator used by classes in the namespace of this class loader.
public getNamespaceSeparator ( ) : void
return void
    public function getNamespaceSeparator()
    {
        return $this->_namespaceSeparator;
    }