function views_many_to_one_helper::__construct

File

includes/handlers.inc, line 828

Class

views_many_to_one_helper
This many to one helper object is used on both arguments and filters.

Code

public function __construct(&$handler) {
    $this->handler =& $handler;
}