コード例 #1
0
ファイル: WpEditRow.php プロジェクト: bravadomizzou/dewdrop
 /**
  * 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()));
 }