class phpbb_captcha_factory
A small class for 3.0.x (no autoloader in 3.0.x)
Methods
|
get_instance($name)
return an instance of class $name in file $name_plugin.php |
||
|
garbage_collect($name)
Call the garbage collector |
||
|
get_captcha_types()
return a list of all discovered CAPTCHA plugins |
Details
at line 29
public
get_instance($name)
return an instance of class $name in file $name_plugin.php
at line 45
public
garbage_collect($name)
Call the garbage collector
at line 60
public
get_captcha_types()
return a list of all discovered CAPTCHA plugins