StringController

String Controller

since

1.0

package

Joomla Framework

Methods

_getArray

Defines a variable as an array

_getArray() : mixed||string|int
static deprecated
since

1.0

deprecated

2.0 Use getArray instead.

Response

array<string|int, mixed>

createRef

Create a reference

createRef( reference,  &string) : 
static
since

1.0

Arguments

reference

stringThe key

string

stringThe value

Response

void

getArray

Defines a variable as an array

getArray() : mixed||string|int
static
since

1.4.0

Response

array<string|int, mixed>

getRef

Get reference

getRef( reference) : 
static
since

1.0

Arguments

reference

stringThe key for the reference.

Response

mixedFalse if not set, reference if it exists

Properties

strings

Internal string references

static
ssince

1.4.0

Type(s)

array<string|int, mixed>