midcom_baseclasses_components_purecodeBase class used for writing pure code components, retrieves a few common variables from the components current environment.
Note, that the request data, for ease of use, already contains references to the L10n Databases of the Component and MidCOM itself located in this class. They are stored as 'l10n' and 'l10n_midcom'. Also availbale as 'config' is the current component configuration.
Located in /midcom.core/midcom/baseclasses/components/purecode.php (line 24)
PEAR | --midcom_baseclasses_core_object | --midcom_baseclasses_components_purecode
| Class | Description |
|---|---|
midcom_admin_aegir_module
|
Created on Sep 3, 2005 |
midcom_admin_core_config
|
Created on Sep 3, 2005 |
midcom_helper_datamanager2_controller
|
Datamanger 2 Data Manager controller base class. |
midcom_helper_datamanager2_csv
|
Datamanager 2 CSV Export helper class. |
midcom_helper_datamanager2_datamanager
|
Datamanger 2 Data Manager core class. |
midcom_helper_datamanager2_formmanager
|
Datamanger 2 Form Manager core class. |
midcom_helper_datamanager2_schema
|
Datamanger 2 Schema class. |
midcom_helper_datamanager2_storage
|
Datamanger 2 Data storage base class. |
midcom_helper_datamanager2_type
|
Datamanger 2 Data Type base class. |
midcom_helper_datamanager2_widget
|
Datamanger 2 Widget base class. |
net_nehmer_account_callbacks_validation
|
Form Validation helper methods. |
net_nehmer_account_remote
|
Account Management remote interface class |
net_nehmer_branchenbuch_callbacks_categorylister
|
Branchenbuch Schema helper class. |
net_nehmer_branchenbuch_callbacks_searchbase
|
Branchenbuch custom search callback interface |
net_nehmer_branchenbuch_schemamgr
|
Branchenbuch Schema helper class. |
net_nehmer_buddylist_callbacks_categorylister
|
Marketplace Schema callback, post-processes the available categories and makes them accessible. This callback can only be used from within the marketplace component, since it relies on its component context ot be correctly initialized. |
net_nehmer_jobmarket_callbacks_configlists
|
Job Market Schema callback, takes the configuration of the current request context and works with the arrays in there. Cannot work outside the component scope. |
net_nehmer_mail_callbacks_mailboxowners
|
On-Site Mail System Owner Listing Callback. |
net_nehmer_markdown_markdown
|
Markdown interface class |
net_nehmer_marketplace_callbacks_categorylister
|
Marketplace Schema callback, post-processes the available categories and makes them accessible. This callback can only be used from within the marketplace component, since it relies on its component context ot be correctly initialized. |
net_nehmer_publications_callbacks_categorylister
|
Publications Schema callback, retrieves a category listing from the database and makes it availalble in a way compatible for the select DM2 type. |
net_nehmer_publications_query
|
Publications query, wraps the QB and provides additional features that are required to transform a query to the M:N mapping table into a set of publication objects. Current features: |
net_nemein_opendeploydumper
|
|
net_nemein_payment_factory
|
Payment handler factory class. |
net_nemein_payment_handler
|
Payment handler base class. |
net_nemein_ping_pinger
|
Base class used for writing pure code components, retrieves a few common variables from the components current environment. |
net_nemein_registrations_aqcallback
|
Event registration system: Additional Questions Schema selection dropdown |
net_nemein_repeathandler_calculator
|
Calendar repeating event handler |
net_nemein_repeathandler
|
Calendar repeating event handler |
net_nemein_wiki_notes
|
Wiki note helper class to be used by other components |
org_openpsa_calendarwidget
|
Class for rendering calendar widgets |
org_openpsa_contactwidget
|
Class for rendering person records |
org_openpsa_helpers_ajax
|
Class for sending Ajax replies to clients. Preferably used together with the Ajax JavaScript utilities provided in /midcom-static/org.openpsa.helpers/ajaxutils.js |
org_openpsa_helpers_uimessages
|
Class for sending messages to the OpenPsa user interface. The messages are added to a stack and are displayed together with Ajax status messages in the #org_openpsa_messagearea element of the document. |
org_openpsa_mail
|
Class for handling email encode/decode and sending |
org_openpsa_notifications
|
Class for notifying users of different events |
org_openpsa_notifications_notifier
|
Class for sending notices. All component-specific notification senders should inherit from here. |
org_openpsa_qbpager
|
Pages QB resultsets |
org_openpsa_relatedto_handler
|
Class for handling "related to" information |
org_openpsa_relatedto_suspect
|
Class for findinf suspected "related to" links |
org_openpsa_smslib
|
Loader for the supported SMS interfaces |
org_routamc_positioning_importer
|
Position importing factory class. All importers inherit from this. |
org_routamc_positioning_object
|
Positioning for a given Midgard object |
org_routamc_positioning_person
|
Positioning for a given person |
org_routamc_positioning_utils
|
Position handling utils, use static methods |
string
$_component
= '' (line 79)
Internal helper, holds the name of the component. Should be used whenever the components' name is required instead of hardcoding it.
Request state variable.
To initialize this variable you must call _bind_to_request_data(), otherwise it will be null.
This variable must be set before the basecalsses' constructor is called.
Array
$_component_data
= null (line 69)
Component data storage area.
Request state variable.
To initialize this variable you must call _bind_to_request_data(), otherwise it will be null.
midcom_helper_configuration
$_config
= null (line 41)
The current configuration, possibly modified by the _load_topic_configuration helper.
Request state variable.
To initialize this variable you must call _bind_to_request_data(), otherwise it will be null.
midcom_helper_services_i18n
$_i18n
= null (line 48)
A handle to the i18n service.
Request state variable.
To initialize this variable you must call _bind_to_request_data(), otherwise it will be null.
midcom_services__i18n_l10n
$_l10n
= null (line 55)
The components' L10n string database
Request state variable.
To initialize this variable you must call _bind_to_request_data(), otherwise it will be null.
midcom_services__i18n_l10n
$_l10n_midcom
= null (line 62)
The global MidCOM string database
Request state variable.
To initialize this variable you must call _bind_to_request_data(), otherwise it will be null.
Initialize all member variables, remember to set $_component before calling this constructor from your derived classes.
Binds the object to the current request data. This populates the members _request_data, _config, _topic, _l10n and _l10n_midcom accordingly.
This is an internal helper which you can use to merge a topic configuration set for your component into your local configuration store. Call this without an argument to reset to the global defaults.
Inherited From midcom_baseclasses_core_object
midcom_baseclasses_core_object::midcom_baseclasses_core_object()
Documentation generated on Tue, 15 Aug 2006 12:52:45 +0300 by phpDocumentor 1.3.0RC3