mirror of
https://github.com/friendica/friendica
synced 2025-04-27 18:30:12 +00:00
bugfixing adapter get() in case of no connection
This commit is contained in:
parent
ad1254c49c
commit
0a318925a4
6 changed files with 10 additions and 10 deletions
|
@ -15,7 +15,7 @@ namespace Friendica\Core\Config\Adapter;
|
|||
interface IPConfigAdapter
|
||||
{
|
||||
/**
|
||||
* Loads all configuration values of a user's config family into a cached storage.
|
||||
* Loads all configuration values of a user's config family and returns the loaded category as an array.
|
||||
*
|
||||
* @param string $uid The user_id
|
||||
* @param string $cat The category of the configuration value
|
||||
|
@ -71,7 +71,7 @@ interface IPConfigAdapter
|
|||
public function isConnected();
|
||||
|
||||
/**
|
||||
* Checks, if a config value ($value) in the category ($cat) is already loaded for the user_id $uid.
|
||||
* Checks, if a config key ($key) in the category ($cat) is already loaded for the user_id $uid.
|
||||
*
|
||||
* @param string $uid The user_id
|
||||
* @param string $cat The configuration category
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue