Merge b822acadb6 into 48a0990d51
This commit is contained in:
@@ -110,6 +110,22 @@ class settings implements clear_cache {
|
||||
return $this->database;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the domain_uuid that was used to load the settings
|
||||
* @return string domain_uuid or an empty string
|
||||
*/
|
||||
public function domain_uuid(): string {
|
||||
return $this->domain_uuid;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the user_uuid that was used to load the settings
|
||||
* @return string user_uuid or an empty string
|
||||
*/
|
||||
public function user_uuid(): string {
|
||||
return $this->user_uuid;
|
||||
}
|
||||
|
||||
/**
|
||||
* Reloads the settings from the database
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user