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

The PlgAJAXRespAdmin class

• Introduction

Admin side script displaing select box with available modules (CMS context).

• Class synopsis

PlgAJAXRespAdmin {
/* Methods */
// Constructor
public __construct ( $aParams ) returns PlgAJAXRespAdmin;
// Returns admin interface HTML.
public getResponse ( ) returns string;
}
Tags:
see admin.php

• Class Methods

// Constructor
public __construct ( $aParams ) returns PlgAJAXRespAdmin;
  • array $aParams
    Plugin parameters passed by CMS
// Returns admin interface HTML.
public getResponse ( ) returns string;