| Amiro.Ru / Manual | |||||||||||||||||||||||||||||||||||
|
Packages:
DB Debug Driver_PaymentSystem Environment Library Module ModuleComponent Package Plugin Plugin_AJAXResponder Plugin_Sample Service Template TxCommand TxService Hyper_AmiCatalog Hyper_AmiClean Hyper_AmiEshopShipping Hyper_AmiExt Hyper_AmiFiles Hyper_AmiMultifeeds Hyper_AmiSearch Hyper_AmiUsers Config_AmiCatalog_Items Config_AmiClean_AmiNewsList Config_AmiClean_AmiSample Config_AmiClean_EshopOrder Config_AmiClean_Webservice Config_AmiEshopShipping_Fields Config_AmiEshopShipping_Methods Config_AmiEshopShipping_Types Config_AmiFake_AmiroPayDrvExample Config_AmiFiles_Files Config_AmiMultifeeds_Articles Config_AmiMultifeeds_Blog Config_AmiMultifeeds_FAQ Config_AmiMultifeeds_News Config_AmiMultifeeds_PhotoGallery Config_AmiMultifeeds_Stickers Config_AmiUsers_Users Module_Catalog Module_Pages Module_Sample Module_SearchHistory
Interfaces:
Classes:
Model
AMI_ArrayIterator AMI_ArrayIteratorItem AMI_ArrayIteratorList AMI_CatModTable AMI_CatModTableItem AMI_CatModTableList AMI_CatModule_FilterModelAdm AMI_CatModule_TableItemModifier AMI_Filter AMI_ModSpecblock_ArrayIterator AMI_ModSpecblock_ArrayIteratorItem AMI_ModSpecblock_ArrayIteratorList AMI_ModTable AMI_ModTableItem AMI_ModTableItemException AMI_ModTableItemMeta AMI_ModTableItemModifier AMI_ModTableList AMI_Module_FilterModelAdm AMI_Module_TableItem AMI_Module_TableItemModifier
Controller
AMI_CatModule_FilterAdm AMI_CatModule_FormAdm AMI_CatModule_ListActionsAdm AMI_CatModule_ListAdm AMI_CatModule_ListGroupActionsAdm AMI_CustomComponent AMI_ModCatsFrn AMI_ModComponent AMI_ModDetails AMI_ModEmptyFrn AMI_ModEmptyView AMI_ModFilter AMI_ModFilterAdm AMI_ModForm AMI_ModFormAdm AMI_ModItemsFrn AMI_ModList AMI_ModListActions AMI_ModListAdm AMI_ModListAdmCommon AMI_ModListGroupActions AMI_ModSpecblock AMI_ModSpecblockList AMI_Module_FilterAdm AMI_Module_FormAdm AMI_Module_ListActionsAdm AMI_Module_ListAdm AMI_Module_ListGroupActionsAdm
View
AMI_CatModule_FilterViewAdm AMI_CatModule_FormViewAdm AMI_CatModule_ListViewAdm AMI_CustomComponentView AMI_ModCatsView AMI_ModCommonViewFrn AMI_ModDetailsView AMI_ModFilterView AMI_ModFilterViewAdm AMI_ModFormView AMI_ModFormViewAdm AMI_ModFormViewFrn AMI_ModItemsView AMI_ModListView AMI_ModListView_JSON AMI_ModPlaceholderView AMI_ModSpecblockListView AMI_ModSubitemsView AMI_Module_FilterViewAdm AMI_Module_FormViewAdm AMI_Module_ListViewAdm AMI_View AMI_ViewEmpty |
Loading search... The AMI_ModForm classAMI_ModComponent | --AMI_ModForm • IntroductionModule form component action controller. • Class synopsis/* Constants */
// Flag specified that save is failed.
// Flag specified that save is succeed.
/* Properties */
// Array of actions processed by form
// File factory resource id
// Table item model
/* Inherited Properties */
// Flag specifying to use model
/* Methods */
// Display action handler.
public
dispatchDisplay ( string $name, $aEvent, string $handlerModId, string $srcModId ) returns array;
// Edit action handler.
public
dispatchEdit ( string $name, $aEvent, string $handlerModId, string $srcModId ) returns array;
// Save action handler.
public
dispatchSave ( string $name, $aEvent, string $handlerModId, string $srcModId ) returns array;
// Show action handler.
public
dispatchShow ( string $name, $aEvent, string $handlerModId, string $srcModId ) returns array;
// Returns component type.
// Returns component view.
// Initialization.
// Returns true if component needs to be started always in full environment.
// Save action dispatcher.
// Returns module file storage path.
// Returns uploaded file codes.
// Do something when data is not saved and exception is called.
// Edit action dispatcher.
/* Inherited Methods */
// Returns true if component needs to be started always in full environment.
// Sets module id.
// Returns module id.
// Returns serial id.
// Initializes model.
}
Tags:
• Class Constants
• Class Properies
• Class Methods// Display action handler.
public
dispatchDisplay ( string $name, $aEvent, string $handlerModId, string $srcModId ) returns array;
Event handler.
Tags:
// Edit action handler.
public
dispatchEdit ( string $name, $aEvent, string $handlerModId, string $srcModId ) returns array;
Event handler.
Tags:
// Save action handler.
public
dispatchSave ( string $name, $aEvent, string $handlerModId, string $srcModId ) returns array;
Event handler.
Tags:
// Show action handler.
public
dispatchShow ( string $name, $aEvent, string $handlerModId, string $srcModId ) returns array;
Event handler.
Tags:
// Returns component type.
Overridden in child classes as: AMI_ModFilter::getType(). // Returns component view.
Overridden in child classes as: AMI_ModFilter::getView(). // Initialization.
Overridden in child classes as: AMI_ModFilter::init(), AMI_CatModule_FilterAdm::init(), AMI_Module_FilterAdm::init(), AmiClean_Webservice_FilterFrn::init(), AMI_Module_FormAdm::init(), Hyper_AmiMultifeeds_Cat_FormAdm::init(), AmiMultifeeds_NewsCat_FormAdm::init(), AmiMultifeeds_BlogCat_FormAdm::init(), AmiMultifeeds_ArticlesCat_FormAdm::init(). // Returns true if component needs to be started always in full environment.
Overrides: AMI_ModComponent::isFullEnv(). Overridden in child classes as: AMI_ModFilter::isFullEnv(), Hyper_AmiMultifeeds_Cat_FormAdm::isFullEnv(), Hyper_AmiMultifeeds_FormAdm::isFullEnv(). // Save action dispatcher.
Overridden in child classes as: AmiClean_AmiSample_FormAdm::_save(), AmiSample_FormAdm::_save(). Common admin module form action dispatching handler.
Tags:
// Returns module file storage path.
// Returns uploaded file codes.
// Do something when data is not saved and exception is called.
Tags:
// Edit action dispatcher.
Common admin module form action dispatching handler.
Tags:
|