[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/views/includes/ -> base.inc (summary)

(no description)

File Size: 127 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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, $check = TRUE)   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: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7