AMI Web Framework API > Global > Global variables and functions


Global variables and functions

Methods


$AMINamespace($name, $descropt)
Creates a new namespace
Parameters
NameTypeDescriptionDefaultOptionalNullable
$namestringthe namespace name
$descrObject.<string, *>the namespace body{}

$AMIInterface($name, $descropt)
Creates a new interface
Parameters
NameTypeDescriptionDefaultOptionalNullable
$namestringthe interface name
$descrObject.<string, *>the interface body{}

$AMIClass($name, $descropt)
Creates a new class
Parameters
NameTypeDescriptionDefaultOptionalNullable
$namestringthe class name
$descrObject.<string, *>the class body{}
Prev
Docker