Beispiel #1
0
 public static function textInfo($label, $value, $help = null)
 {
     return self::field($label, PsHtml::span(array('class' => 'input'), UserInputTools::unsafeText($value)), $help);
 }