class ColorOfStringViewHelper extends AbstractViewHelper (View source)

Generates a color code for a given string

Methods

void
initializeArguments()

No description

string
render()

Outputs a hex color code (#000000) based on $text

Details

void initializeArguments()

No description

Return Value

void

Exceptions

Exception

string render()

Outputs a hex color code (#000000) based on $text

Return Value

string

Exceptions

InvalidArgumentException