StringController
String Controller
since |
1.0 |
---|---|
package |
Joomla Framework |
Methods
_getArray
Defines a variable as an array
_getArray() : array
static deprecated
since |
1.0 |
---|---|
deprecated |
2.0 Use |
Response
array
createRef
Create a reference
createRef(string reference, string &string) : void
static
since |
1.0 |
---|
Arguments
- reference
string
The key- string
string
The value
getArray
Defines a variable as an array
getArray() : array
static
since |
1.4.0 |
---|
Response
array
getRef
Get reference
getRef(string reference) : mixed
static
since |
1.0 |
---|
Arguments
- reference
string
The key for the reference.
Response
mixed
False if not set, reference if it exists
Properties
strings
Internal string references
static
ssince |
1.4.0 |
---|
Type(s)
array