sfCoreAutoload::getBaseDir PHP Метод

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

Returns the base directory this autoloader is working on.
public getBaseDir ( ) : string
Результат string The path to the symfony core lib directory
    public function getBaseDir()
    {
        return $this->baseDir;
    }