Sven\FlexEnv\Env::getPath PHP Méthode

getPath() public méthode

Get the full path to the .env file.
public getPath ( ) : string
Résultat string
    public function getPath()
    {
        return $this->path;
    }