Documentation

Control
in package

Tags
abstract

controller method depends on the value of [page] get parameter

desc

that's how the program knows what to do

author

Kaloyan KRASTEV

link
kaloyansen@gmail.com
version
0.0.4

Table of Contents

DEFAULTPAGE  = 'objet'
autoloadClassDefinition()  : mixed
automatic loader uses require_once to load a class if the class definition is required
controler()  : void
getUserIp()  : string|null
terminalRequest()  : void

Constants

DEFAULTPAGE

private mixed DEFAULTPAGE = 'objet'

Methods

autoloadClassDefinition()

automatic loader uses require_once to load a class if the class definition is required

public static autoloadClassDefinition() : mixed
Return values
mixed

controler()

public static controler() : void
Tags
example

$objet = new $chemin($argument);

example

$resultat = $objet->$method();

Return values
void

getUserIp()

public static getUserIp() : string|null
Tags
desc

récupérer remote user ip adresse

Return values
string|null

terminalRequest()

public static terminalRequest() : void
Tags
desc

terminal request simulation

Return values
void

Search results