示例#1
0
 /**
  * Use the supplied field to render the closing tags.  The field's
  * note will be used, if it is set.
  *
  * @param Field $field
  * @return string
  */
 public function closeField(Field $field)
 {
     return $this->closeArray(array('note' => $field->getNote()));
 }