public static function init($name, $value, $attrs = null) { $t = new Textarea($name, $value); if ($attrs) { $t->add_attrs($attrs); } return $t; }