void addHtml(
String
$html
)
|
|
Normally implemented in Object, add to SourceCode object
NOTE: This method expect that a SourceCode object is instanciated
Parameters:
|
String |
$html: |
The html to add |
Display html
Add the html to the SourceCode object
API Tags:
String get(
String
$key, [String
$default = '']
)
|
|
Get the request parameter specified by the $key.
If no key is found, use $default value, if specified
Parameters:
|
String |
$key: |
The Request param key to use from the get/post request |
|
String |
$default: |
The default value to use, if no key/value found |
API Tags:
| Return: | The value of the requested key |
| Static: | |
Returns the request info as html
API Tags:
String method(
String
$method
)
|
|
Return the request parameters for the GET/POST request
Parameters:
|
String |
$method: |
Request parameters from GET/POST |
API Tags:
| Return: | The key/value pair of the requested key |
| Static: | |
String params(
[String
$param = '']
)
|
|
Return the request parameters used for a link
Parameters:
|
String |
$param: |
Existing parameter string. I.e. 'AB=1 & XY=2' |
API Tags:
| Return: | The key/value pair of the requested key |
| Static: | |