/**
  * Gets the HTML for a single input for this form section according
  * to the layout strategy
  * @param EE_Form_Input_Base $input
  * @return string
  */
 public function get_html_for_input($input)
 {
     return $this->_layout_strategy->layout_input($input);
 }