1.20.x base.inc | views_object::construct() |
Views handlers use a special construct function so that we can more easily construct them with variable arguments.
File
- modules/
views/ includes/ base.inc, line 54 - Provides the basic object definitions used by plugins and handlers.
Class
- views_object
- Basic definition for many views objects.
Code
function construct() {
$this->set_default_options();
}