Esempio n. 1
0
 /**
  * Returns a multi-level associative array of value lists. 
  * The top-level array has names of value lists as keys and associative arrays as 
  * values. The second level associative arrays are lists of display name and its corresponding 
  * value from the value list.
  *
  * @param string  $recid Record from which the value list should be 
  *        displayed.
  * 
  * @return array Array of value-list associative arrays.
  */
 function getValueListsTwoFields($recid = null)
 {
     return $this->_impl->getValueListsTwoFields($recid);
 }