mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/12777] Update doc block of is_configured()
PHPBB3-12777
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user