function content_handler_argument_string::construct in Content Construction Kit (CCK) 6.2
Same name and namespace in other branches
- 6.3 includes/views/handlers/content_handler_argument_string.inc \content_handler_argument_string::construct()
File
- includes/
views/ handlers/ content_handler_argument_string.inc, line 11 - The subclass simply adds properties, for field-specific subclasses to use if they need to.
Class
- content_handler_argument_string
- @file The subclass simply adds properties, for field-specific subclasses to use if they need to.
Code
function construct() {
parent::construct();
$this->content_field = content_fields($this->definition['content_field_name']);
$this->additional_fields = $this->definition['additional fields'];
}