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

The AmiClean_Trustlink_SpecblockFrn class

AMI_ModComponent
   |
   --AMI_ModSpecblock
      |
      --AmiClean_Trustlink_SpecblockFrn

• Introduction

AmiClean/Trustlink configuration front specblock action controller.

• Class synopsis

AmiClean_Trustlink_SpecblockFrn extends AMI_ModSpecblock {
/* Properties */
// Flag specifying to use model
protected bool $useModel = FALSE;
/* Inherited Methods */
// Returns component type.
public AMI_ModSpecblock::getType ( ) returns string;
// Returns component view.
public AMI_ModSpecblock::getView ( ) returns AMI_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 7.0.0

• Class Properies

protected bool $useModel

Flag specifying to use model