Mutagenesis\Loader::setIncludePath PHP Method

setIncludePath() public method

Sets the base include path for all class files in the namespace of this class loader.
public setIncludePath ( string $includePath )
$includePath string
    public function setIncludePath($includePath)
    {
        $this->_includePath = $includePath;
    }