Library
class Library extends Object (View source)
Properties
$error | from Object | ||
string | $saslHandle | ||
string | $saslName | ||
bool | $saslIsActive | ||
int | $pkgID |
Methods
No description
No description
No description
No description
No description
No description
No description
Delete a library.
Activate an Antispam library.
Deactivate all Antispam Libraries, (called by activate()).
No description
No description
Returns the controller class for the currently selected captcha library.
Details
in
Object at line 10
loadError($error)
No description
in
Object at line 15
isError()
No description
in
Object at line 25
getError()
No description
in
Object at line 30
setPropertiesFromArray($arr)
No description
in
Object at line 37
static
camelcase($file)
No description
in
Object at line 42
static
uncamelcase($string)
No description
string
getSystemAntispamLibraryHandle()
No description
string
getSystemAntispamLibraryName()
No description
bool
isSystemAntispamLibraryActive()
No description
int
getPackageID()
No description
bool
getPackageHandle()
No description
Package
getPackageObject()
No description
static Library
getActive()
No description
static Library
getByHandle(string $saslHandle)
No description
static Library
add(string $saslHandle, string $saslName, bool|Package $pkg = false)
No description
delete()
Delete a library.
activate()
Activate an Antispam library.
static
deactivateAll()
Deactivate all Antispam Libraries, (called by activate()).
static Library[]
getList()
No description
static Library[]
getListByPackage(Package $pkg)
No description
static
exportList(SimpleXMLElement $xml)
No description
bool
hasOptionsForm()
No description
mixed
getController()
Returns the controller class for the currently selected captcha library.