You are here

function views_customfield_handler_field_phpcode::render in Views Custom Field 6

File

includes/views_customfield_handler_field_phpcode.inc, line 131
Contains the 'customfield' phpcode field handler.

Class

views_customfield_handler_field_phpcode

Code

function render($values) {
  return $values->{$this->field_alias};
}