PHP Class Newscoop\Form\Decorator\Label

Inheritance: extends Zend_Form_Decorator_Labe\Zend_Form_Decorator_Label
Datei anzeigen Open project: sourcefabric/newscoop

Public Properties

Property Type Description
$_hiddenLabels array Element types that doesn't show a label

Public Methods

Method Description
render ( string $content ) : string Render a label

Method Details

render() public method

Render a label
public render ( string $content ) : string
$content string
return string

Property Details

$_hiddenLabels public_oe property

Element types that doesn't show a label
public array $_hiddenLabels
return array