StringController
String Controller
| since |
1.7.0 |
|---|---|
| package |
Joomla CMS |
Methods
_getArray
Defines a variable as an array
_getArray() : array
| since |
1.7.0 |
|---|
Response
array
createRef
Create a reference
createRef(string reference, string &string) : void
| since |
1.7.0 |
|---|
Arguments
- reference
stringThe key- string
stringThe value
getRef
Get reference
getRef(string reference) : mixed
| since |
1.7.0 |
|---|
Arguments
- reference
stringThe key for the reference.
Response
mixedFalse if not set, reference if it exists