| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: content_handler_argument_string.inc,v 1.1.2.2 2008/10/04 13:14:21 karens Exp $ 3 4 /** 5 * @file 6 * The subclass simply adds properties, 7 * for field-specific subclasses to use if they need to. 8 */ 9 class content_handler_argument_string extends views_handler_argument_string { 10 var $content_field; 11 12 function construct() { 13 parent::construct(); 14 15 $this->content_field = content_fields($this->definition['content_field_name']); 16 $this->additional_fields = $this->definition['additional fields']; 17 } 18 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |