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;
    }