Sven\FlexEnv\Env::getPath PHP Метод

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

Get the full path to the .env file.
public getPath ( ) : string
Результат string
    public function getPath()
    {
        return $this->path;
    }