Amiro.CMS API Reference
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
Classes:
Controller
AmiMultifeeds_BlogCat_FormAdm
AmiMultifeeds_BlogCat_Rules
AmiMultifeeds_NewsCat_Adm
AmiMultifeeds_NewsCat_FilterAdm
AmiMultifeeds_NewsCat_FormAdm
AmiMultifeeds_NewsCat_ListActionsAdm
AmiMultifeeds_NewsCat_ListAdm
AmiMultifeeds_NewsCat_ListGroupActionsAdm
AmiMultifeeds_NewsCat_Rules
AmiMultifeeds_News_Adm
AmiMultifeeds_News_BrowseItemsFrn
AmiMultifeeds_News_CatDetailsFrn
AmiMultifeeds_News_CatDetailsViewFrn
AmiMultifeeds_News_CatsFrn
AmiMultifeeds_News_DetailsFrn
AmiMultifeeds_News_DetailsViewFrn
AmiMultifeeds_News_EmptyFrn
AmiMultifeeds_News_FilterAdm
AmiMultifeeds_News_FilterFrn
AmiMultifeeds_News_FilterModelFrn
AmiMultifeeds_News_FormAdm
AmiMultifeeds_News_Frn
AmiMultifeeds_News_ItemsFrn
AmiMultifeeds_News_ListActionsAdm
AmiMultifeeds_News_ListAdm
AmiMultifeeds_News_ListGroupActionsAdm
AmiMultifeeds_News_Rules
AmiMultifeeds_News_SpecblockFrn
AmiMultifeeds_News_StickyCatsFrn
AmiMultifeeds_News_StickyItemsFrn
Model
AmiMultifeeds_NewsCat_FilterModelAdm
AmiMultifeeds_NewsCat_State
AmiMultifeeds_NewsCat_Table
AmiMultifeeds_NewsCat_TableItem
AmiMultifeeds_NewsCat_TableItemModifier
AmiMultifeeds_NewsCat_TableList
AmiMultifeeds_News_FilterModelAdm
AmiMultifeeds_News_Meta
AmiMultifeeds_News_State
AmiMultifeeds_News_Table
AmiMultifeeds_News_TableItem
AmiMultifeeds_News_TableItemModifier
AmiMultifeeds_News_TableList
View
AmiMultifeeds_NewsCat_FilterViewAdm
AmiMultifeeds_NewsCat_FormViewAdm
AmiMultifeeds_NewsCat_ListViewAdm
AmiMultifeeds_News_BrowseItemsViewFrn
AmiMultifeeds_News_CatsViewFrn
AmiMultifeeds_News_EmptyViewFrn
AmiMultifeeds_News_FilterViewAdm
AmiMultifeeds_News_FormViewAdm
AmiMultifeeds_News_ItemsViewFrn
AmiMultifeeds_News_ListViewAdm
AmiMultifeeds_News_SpecblockViewFrn
AmiMultifeeds_News_StickyCatsViewFrn
AmiMultifeeds_News_StickyItemsViewFrn
AmiMultifeeds_News_SubitemsViewFrn
Loading search...
The AmiMultifeeds_News_State class
AMI_ModState
| --
Hyper_AmiMultifeeds_State
| --AmiMultifeeds_News_State
• Introduction
Module model.
• Class synopsis
AmiMultifeeds_News_State
extends
Hyper_AmiMultifeeds_State
{
/* Inherited Methods */
// Returns module id.
public
AMI_ModState::getModId
( ) returns
string
;
// Returns module option value.
public
AMI_ModState::getOption
(
string
$name
) returns
mixed
;
// Returns true if module option is set and is true.
public
AMI_ModState::issetAndTrueOption
(
string
$name
) returns
bool
;
// Returns module option presence.
public
AMI_ModState::issetOption
(
string
$name
) returns
bool
;
// Returns state source module id.
protected
AMI_ModState::getStateSourceModId
( ) returns
string
;
}
Tags:
since
6.0.2
resource
{$modId}/module/model
AMI::getResourceModel('{$modId}/module')*