Esempio n. 1
0
 /**
  * Sets the given Option as selected
  *
  * @param Option $option
  *
  * @since 2.0
  */
 protected function assignSelected(Option $option)
 {
     $attributes = $option->getAttributes();
     $attributes[] = 'selected';
     $option->setAttributes($attributes);
 }