Acacha\Llum\LlumRCFile::path PHP Метод

path() публичный метод

Get real path (form user home)
public path ( ) : string
Результат string
    public function path()
    {
        return getenv("HOME") . $this->relative_file_path;
    }
LlumRCFile