1.20.x base.inc | views_object::options(&$options) |
Set default options on this object. Called by the constructor in a complex chain to deal with backward compatibility.
Deprecated
since views2
File
- modules/
views/ includes/ base.inc, line 62 - Provides the basic object definitions used by plugins and handlers.
Class
- views_object
- Basic definition for many views objects.
Code
function options(&$options) {
}