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

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

Gets the base include path for all class files in the namespace of this class loader.
public getIncludePath ( ) : string
Результат string $includePath
    public function getIncludePath()
    {
        return $this->_includePath;
    }