Library
class Library extends ConcreteObject (View source)
Properties
| $error | from ConcreteObject | ||
| 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
        
                            
    loadError($error)
        
    
    No description
        
                            
    isError()
        
    
    No description
        
                            
    getError()
        
    
    No description
        
                            
    setPropertiesFromArray($arr)
        
    
    No description
        
                static            
    camelcase($file)
        
    
    No description
        
                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.