public function {%methodName%}($value, $data) { if (isset($data['{%field%}')) { $value = $value ? $value : $data['{%field%}']; $list = $this->{%listMethodName%}(); return isset($list[$value]) ? $list[$value] : ''; } else { return ''; } }