sai

sai Class provided by System to register and manage saimods

package

SYSTEM\SAI

Methods

Check if a given SaiModuleClass is valid

check_module(string $module) : boolean
static

Arguments

$module

string

Classname of the Module to be checked

Response

boolean

Returns true or false.

Get all classnames of all the registered saimods

getAllModules() : array
static

Response

array

Returns array with classname of all the registered Modules.

Get all classnames of the registered user saimods

getModules() : array
static

Response

array

Returns array with classname of the registered Modules.

Get the classname of the Startmodule

getStartModule() : string
static

Response

string

Returns classname of the Startmodule.

Get all classnames of the registered system saimods

getSysModules() : array
static

Response

array

Returns array with classname of the registered Modules.

Register a Sai user Module

register(string $module) : null
static

Arguments

$module

string

Classname of the Module

Response

null

Returns null.

Sets the Sai Startmodule

register_start(string $module) : null
static

Arguments

$module

string

Classname of the Module to be Startmodule

Response

null

Returns null.

Register a Sai system Module

register_sys(string $module) : null
static

Arguments

$module

string

Classname of the Module

Response

null

Returns null.

Properties

string Classname of the Module which should be loaded at start

module_start : 
static

Type(s)

array Classnames of all registered Sai user Modules

modules : 
static

Type(s)

array Classnames of all registered Sai system Modules

modules_sys : 
static

Type(s)