mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12777] Update doc block of is_configured()
PHPBB3-12777
This commit is contained in:
parent
d13e02c7b1
commit
4d9e451f60
1 changed files with 3 additions and 1 deletions
|
@ -545,9 +545,11 @@ class manager
|
||||||
/**
|
/**
|
||||||
* Check to see if a given extension is configured
|
* Check to see if a given extension is configured
|
||||||
*
|
*
|
||||||
|
* All enabled and disabled extensions are considered configured. A purged
|
||||||
|
* extension that is no longer in the database is not configured.
|
||||||
|
*
|
||||||
* @param string $name Extension name to check
|
* @param string $name Extension name to check
|
||||||
* @return bool Depending on whether or not the extension is configured
|
* @return bool Depending on whether or not the extension is configured
|
||||||
* @see all_configured()
|
|
||||||
*/
|
*/
|
||||||
public function is_configured($name)
|
public function is_configured($name)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue