| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 128 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
views_object:: (8 methods):
option_definition()
construct()
options()
set_default_options()
_set_option_defaults()
unpack_options()
set_definition()
destroy()
Class: views_object - X-Ref
Basic definition for many views objects| option_definition() X-Ref |
| Information about options for all kinds of purposes will be held here. |
| construct() X-Ref |
| Views handlers use a special construct function so that we can more easily construct them with variable arguments. |
| options() X-Ref |
| Set default options on this object. Called by the constructor in a complex chain to deal with backward compatibility. |
| set_default_options() X-Ref |
| Set default options. For backward compatibility, it sends the options array; this is a feature that will likely disappear at some point. |
| _set_option_defaults(&$storage, $options, $level = 0) X-Ref |
| No description |
| unpack_options(&$storage, $options, $definition = NULL) X-Ref |
| Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away. |
| set_definition($definition) X-Ref |
| Let the handler know what its full definition is. |
| destroy() X-Ref |
| No description |
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |