Esempio n. 1
0
 /**
  * Returns the list of defined values in the specified value list. 
  * This method supports single, 2nd only, and both fields value lists. 
  *
  * @param string $valueList Name of value list.
  * @param string  $recid Record from which the value list should be 
  *        displayed.
  *
  * @return array of display names and its corresponding 
  * value from the value list.
  */
 function getValueListTwoFields($valueList, $recid = null)
 {
     return $this->_impl->getValueListTwoFields($valueList, $recid);
 }