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 getArray instead.

Response

array

createRef

Create a reference

createRef(string reference, string &string) : void
static
since

1.0

Arguments

reference

stringThe key

string

stringThe 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

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