Mutagenesis\Loader::setNamespaceSeparator PHP Method

setNamespaceSeparator() public method

Sets the namespace separator used by classes in the namespace of this class loader.
public setNamespaceSeparator ( string $sep )
$sep string The separator to use.
    public function setNamespaceSeparator($sep)
    {
        $this->_namespaceSeparator = $sep;
    }