| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: project_issue_handler_field_issue_status.inc,v 1.2 2009/01/20 18:38:04 dww Exp $ 3 4 5 /** 6 * Field handler to display the current status of an issue. 7 */ 8 class project_issue_handler_field_issue_status extends views_handler_field { 9 function render($values) { 10 module_load_include('inc', 'project_issue', 'issue'); 11 return check_plain(project_issue_state($values->{$this->field_alias})); 12 } 13 } 14
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |