CMS
Version 3.9
manifest.inc
Go to the documentation of this file.
1
<?php
7
class
CaptchaManifest
8
{
9
static
function
getComponentDefinition
()
10
{
11
$component
=
new
Component
();
12
$component
->name =
"captcha"
;
13
$component
->description =
"Manages integration with Captcha services that attempt to reduce spam."
;
14
$component
->author =
"Andrew Green"
;
15
$component
->version =
"1.0"
;
16
$component
->priority = 10;
17
$component
->enabled =
true
;
18
19
return
$component
;
20
}
21
22
static
function
subscribeToEvents
()
23
{
24
return
array(
25
"ComponentScanComplete"
=> array(
CaptchaManager
, setDefaults),
26
"RegisterSettingsFormExtension"
=> array(
CaptchaManager
, registerSettingsFormExtension)
27
);
28
}
29
}
30
?>
$component
$component
Definition:
help.inc:38
CaptchaManager
Provides a central management class for event handlers and common functionality for the captcha compo...
Definition:
captcha_manager.inc:14
CaptchaManifest
Definition:
manifest.inc:8
CaptchaManifest\subscribeToEvents
static subscribeToEvents()
Definition:
manifest.inc:22
CaptchaManifest\getComponentDefinition
static getComponentDefinition()
Definition:
manifest.inc:9
Component
Definition:
component.inc:42
code
cms.sonjara.com
cms
components
captcha
manifest.inc
Generated on Tue Mar 23 2021 15:36:11 for CMS by
1.9.1