예제 #1
0
 /**
  * Contact select box
  *
  * @param string $name         jmeno
  * @param array  $items        polozky
  * @param mixed  $defaultValue id predvolene polozky
  * @param array  $itemsIDs     id položek
  * @param array  $properties   tag properties
  */
 public function __construct($name, $items = null, $defaultValue = null, $itemsIDs = false, $properties = null)
 {
     $this->contact = new IEContact();
     parent::__construct($name, $items, $defaultValue, $itemsIDs, $properties);
 }