file()) ->replace('__path__', $this->path) ->replace('__domain__', $this->domain) ->replace('__db_name__', $this->dbName) ->replace('__db_user__', $this->dbUser) ->replace('__db_pass__', $this->dbPass) ->replace('__db_host__', $this->dbHost) ->replace('__db_prefix__', $this->dbPrefix) ->replace('__username__', $this->username) ->replace('__password__', $this->password) ->replace('__title__', $this->title) ->replace('__email__', $this->email) ->toString(); } }