$element->setOptions ( 
      mixed $array
       , boolean $noValue
        = false
      
     )
Used with HTML Selects, to fill in the options available
            $array  the options to appear.
          
            $noValue    don't use the keys from the array sent as the value= part of the option tag.
          
throws no exceptions thrown
This function can not be called statically.