PHP Class Neos\Neos\ViewHelpers\Backend\ColorOfStringViewHelper

Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

Méthode Description
render ( string $string = null, integer $minimalBrightness = 50 ) : string Outputs a hex color code (#000000) based on $text

Method Details

render() public méthode

Outputs a hex color code (#000000) based on $text
public render ( string $string = null, integer $minimalBrightness = 50 ) : string
$string string
$minimalBrightness integer
Résultat string