Ejemplo n.º 1
0
 /**
  * Returns a multi-level associative array of value lists. 
  * The top-level array has names of value lists as keys and arrays as 
  * values. The second level arrays are the lists of defined values from 
  * each value list.
  *
  * @param string  $recid Record from which the value list should be 
  *        displayed.
  * 
  * @return array Array of value-list arrays.
  * @deprecated Use getValueListTwoFields instead.
  * @see getValueListsTwoFields
  */
 function getValueLists($recid = null)
 {
     return $this->_impl->getValueLists($recid);
 }