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

The AMI_iModFormView interface

• Introduction

Module form component view interface.

• Interface synopsis

AMI_iModFormView {
/* Methods */
// Adds new field into fields array.
public addField ( $aField ) returns AMI_iModFormView;
// Adds locale.
public addLocale ( $aLocale ) returns AMI_iModFormView;
}

• Interface Details

Use AMI_ModFormView children, interface usage will be described later.
Tags:
todo Describe usage
since 5.12.0

• Interface Methods

// Adds new field into fields array.
public addField ( $aField ) returns AMI_iModFormView;
  • array $aField
    Field structure
// Adds locale.
public addLocale ( $aLocale ) returns AMI_iModFormView;
  • array $aLocale
    Locale array