Пример #1
0
 /**
  * Append an icon to a field
  *
  * @param string $icon       The icon to prepend
  * @param array  $attributes Its attributes
  */
 public function appendIcon($icon, $attributes = array())
 {
     $icon = Framework::icon($icon, $attributes);
     $this->placeAround($icon, 'append');
 }