[ticket/12777] Update doc block of is_configured()

PHPBB3-12777
This commit is contained in:
Tristan Darricau 2014-06-27 11:23:11 +02:00
parent d13e02c7b1
commit 4d9e451f60

View file

@ -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)
{ {