You are here

function content_handler_argument_many_to_one::construct in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 includes/views/handlers/content_handler_argument_many_to_one.inc \content_handler_argument_many_to_one::construct()

File

includes/views/handlers/content_handler_argument_many_to_one.inc, line 10
Handler for 'content_handler_argument_many_to_one' style.

Class

content_handler_argument_many_to_one
@file Handler for 'content_handler_argument_many_to_one' style.

Code

function construct() {
  parent::construct();
  $this->content_field = content_fields($this->definition['content_field_name']);
  $this->additional_fields = $this->definition['additional fields'];
}