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

The Hyper_AmiMultifeeds_EmptyFrn class

AMI_ModComponent
   |
   --AMI_ModEmptyFrn
      |
      --Hyper_AmiMultifeeds_EmptyFrn

• Introduction

Multifeeds hypermodule front empty body type action controller.

• Class synopsis

Hyper_AmiMultifeeds_EmptyFrn extends AMI_ModEmptyFrn {
/* Inherited Properties */
// Flag specifying to use model
protected AMI_ModComponent::$useModel = TRUE;
/* Inherited Methods */
// Returns component type.
public AMI_ModEmptyFrn::getType ( ) returns string;
// Returns component view.
// Initialization.
// Returns true if component needs to be started always in full environment.
public AMI_ModComponent::isFullEnv ( ) returns bool;
// Sets module id.
public AMI_ModComponent::setModId ( string $modId ) returns AMI_ModComponent;
// Returns module id.
protected AMI_ModComponent::getModId ( ) returns string;
// Returns serial id.
protected AMI_ModComponent::getSerialId ( ) returns string;
// Initializes model.
protected AMI_ModComponent::initModel ( ) returns AMI_ModTable|null;
}
Tags:
since 6.0.2