1 handlers.inc | views_many_to_one_helper::__construct(&$handler) |
File
- core/
modules/ views/ includes/ handlers.inc, line 651 - Defines the various handler objects to help build and display views.
Class
Code
function __construct(&$handler) {
$this->handler = &$handler;
}