StringController
String Controller
deprecated
| since |
1.7.0 |
|---|---|
| deprecated |
4.4 will be removed in 6.0 Use Joomla\Filesystem\Support\StringController instead. |
| package |
Joomla CMS |
Methods
_getArray
Defines a variable as an array
_getArray() : mixed||string|int
deprecated
| since |
1.7.0 |
|---|---|
| deprecated |
4.4 will be removed in 6.0 Use Joomla\Filesystem\Support\StringController::getArray() instead. |
Response
array<string|int, mixed>
createRef
Create a reference
createRef( reference, &string) :
deprecated
| since |
1.7.0 |
|---|---|
| deprecated |
4.4 will be removed in 6.0 Use Joomla\Filesystem\Support\StringController::createRef() instead. |
Arguments
- reference
stringThe key- string
stringThe value
Response
void
getRef
Get reference
getRef( reference) :
deprecated
| since |
1.7.0 |
|---|---|
| deprecated |
4.4 will be removed in 6.0 Use Joomla\Filesystem\Support\StringController::getRef() instead. |
Arguments
- reference
stringThe key for the reference.
Response
mixedFalse if not set, reference if it exists