| 1 |
<?php |
<?php |
| 2 |
// $Id: handlers.inc,v 1.109.2.12 2009/11/16 19:52:56 merlinofchaos Exp $ |
// $Id: handlers.inc,v 1.109.2.13 2009/11/16 20:05:39 merlinofchaos Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file handlers.inc |
* @file handlers.inc |
| 5 |
* Defines the various handler objects to help build and display views. |
* Defines the various handler objects to help build and display views. |
| 278 |
function option_definition() { |
function option_definition() { |
| 279 |
$options = parent::option_definition(); |
$options = parent::option_definition(); |
| 280 |
|
|
| 281 |
|
$options['id'] = array('default' => ''); |
| 282 |
|
$options['table'] = array('default' => ''); |
| 283 |
|
$options['field'] = array('default' => ''); |
| 284 |
|
$options['relationship'] = array('default' => 'none'); |
| 285 |
$options['group_type'] = array('default' => 'group'); |
$options['group_type'] = array('default' => 'group'); |
| 286 |
|
|
| 287 |
return $options; |
return $options; |