Class CTAbstractModule
Base class for API Calls for Modules. This will be called when URL with ajax will be requested. All API calls will be made through ?q=MODULENAME/ajax&func=FUNCTIONNAME¶m1=bla like ?q=login/ajax&func=login&username=bla
- CTAbstractModule implements CTModuleInterface
Direct known subclasses
CTAdminModule
,
CTAuthModule
,
CTHomeModule
,
CTLoginModule
,
CTTranslateModule
,
CTChurchCalModule
,
CTChurchCheckinModule
,
CTChurchDBModule
,
CTChurchFinanceModule
,
CTChurchReportModule
,
CTChurchResourceModule
,
CTChurchServiceModule
,
CTChurchWikiModule
Abstract
Package: CT-ChurchCore
See:
Located at system/churchcore/classes/CTAbstractModule.class.php
Package: CT-ChurchCore
See:
login_main()
Located at system/churchcore/classes/CTAbstractModule.class.php
Methods summary
protected
|
|
public
|
|
public
|
|
public
|
|
protected
multitype:
|
|
protected
|
|
protected
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
array
|
|
protected
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
getMasterDataTablenames( )
Get array with churchcore_getMasterDataEntry() entries for all MasterData tables. Or null if there is no table needed. |
public
|
|
public
string
|
#
generatePDF( string $params, string $html,…, string $orientation,… )
Generate a pdf from html and store it for download |
public
|