class StringController

String Controller

Methods

array
_getArray()

Defines a variable as an array

void
createRef( string $reference, string $string)

Create a reference

mixed
getRef( string $reference)

Get reference

Details

array _getArray()

Defines a variable as an array

Return Value

array

void createRef( string $reference, string $string)

Create a reference

Parameters

string $reference The key
string $string &$string The value

Return Value

void

mixed getRef( string $reference)

Get reference

Parameters

string $reference The key for the reference.

Return Value

mixed False if not set, reference if it exists