Beispiel #1
0
 /**
  * Get field string representation - display callback gets called.
  * @param string $field Field id, e.g. 'first_name'
  * @param bool $nolink Do not create link
  * @return string String representation of field value
  */
 public function get_val($field, $nolink = false)
 {
     return $this->__recordset->get_val($field, $this, $nolink);
 }