Mutagenesis\Loader::__construct PHP Метод

__construct() публичный Метод

Creates a new Loader that loads classes of the specified namespace.
public __construct ( string $ns = 'Mutagenesis', $includePath = null )
$ns string The namespace to use.
    public function __construct($ns = 'Mutagenesis', $includePath = null)
    {
        $this->_namespace = $ns;
        $this->_includePath = $includePath;
    }