Amiro.CMS API Reference
Amiro.Ru / Manual
Loading search...

The AmiMultifeeds_ArticlesCat_Frn class

AMI_Mod
   |
   --AMI_Module_Frn
      |
      --Hyper_AmiMultifeeds_Frn
         |
         --Hyper_AmiMultifeeds_Cat_Frn
            |
            --AmiMultifeeds_ArticlesCat_Frn

• Introduction

AmiMultifeeds/Articles configuration category admin action controller.

• Class synopsis

AmiMultifeeds_ArticlesCat_Frn extends Hyper_AmiMultifeeds_Cat_Frn {
/* Inherited Constants */
// Component opton specifying to init component directly on start
const AMI_Mod::INIT_ON_START =  0x01;
// Actions sign expiration time
/* Inherited Properties */
// Default module component
protected AMI_Module_Frn::$defaultBodyType = 'items';
// Flag specifying to discard init() method running in children.
// Force body type
// Components options
protected AMI_Mod::$aComponentsOptions = array();
// Path to status message locales
protected AMI_Mod::$statusMessagePath = '';
/* Inherited Methods */
// Initializes module.
// Constructor.
public AMI_Module_Frn::__construct ( $oRequest, $oResponse ) returns AMI_Module_Frn;
// Used to disable search engine indexing by adding meta tag 'robots' with 'noindex,follow' value.
// Used to force enable search engine indexing for page.
public AMI_Module_Frn::forcePageIndexing ( [ bool $index = TRUE ] ) returns AMI_Module_Frn;
// Returns client locale path.
public AMI_Module_Frn::getClientLocalePath ( ) returns string;
// Returns specblock content.
public AMI_Module_Frn::getSpecblock ( [ string $postfix = '' ] ) returns string;
// Initializes module.
public AMI_Module_Frn::init ( ) returns AMI_Module_Frn;
// Sets force page size.
public AMI_Module_Frn::setForcePageSize ( int $size ) returns void;
// Destructor.
public AMI_Module_Frn::__destruct ( ) returns void;
// Sets force body type for search engine indexing options checking.
protected AMI_Module_Frn::forceBodyType ( string $bodyType ) returns AMI_Module_Frn;
// Returns specblock component.
protected AMI_Module_Frn::getSpecblockComponent ( [ string $postfix = '' ] ) returns AMI_ModComponent|null;
// Cache initialization.
protected AMI_Module_Frn::initCache ( ) returns AMI_Module_Frn;
// Returns true if module specblock requested.
protected AMI_Module_Frn::isSpecblock ( ) returns bool;
// Sets a module default body type.
protected AMI_Module_Frn::setDefaultBodyType ( string $bodyType ) returns void;
// Constructor.
public AMI_Mod::__construct ( $oRequest, $oResponse ) returns AMI_Mod;
// Adds module component.
public AMI_Mod::addComponent ( $oComponent, [ string $serialId = null ], [ $aOptions = array() ] ) returns AMI_Mod;
// Adds module components by its types.
public AMI_Mod::addComponents ( $aComponents, [ $aOptions = array() ] ) returns AMI_Mod;
// Fires to dispatch module controller action.
public AMI_Mod::dispatch ( mixed $action ) returns void;
// Returns client locale path.
public AMI_Mod::getClientLocalePath ( ) returns string;
// Returns module id.
public AMI_Mod::getModId ( ) returns string;
// Returns module state object.
public AMI_Mod::getModState ( ) returns AMI_ModState;
// Called before initialization module component.
public AMI_Mod::init ( ) returns void;
// Called before module controller components initialization.
public AMI_Mod::initComponents ( ) returns void;
// Removes module components by its types.
public AMI_Mod::removeComponents ( $aTypes ) returns AMI_Mod;
// Set module id.
public AMI_Mod::setModId ( string $modId ) returns void;
// Destructor.
public AMI_Mod::__destruct ( ) returns void;
}
Tags:
since 6.0.2
resource {$modId}_cat/module/controller/adm AMI::getResource('{$modId}_cat/module/controller/adm')*