Exemplo n.º 1
0
 /**
  * constructor
  */
 function SelectItemtitle($idElt, $title = null, $jsFunc = null, $style = null)
 {
     $this->title = $title;
     parent::SelectItem($idElt, $jsFunc, $style);
 }