public function FormBuilderPropertyInterface::__construct in Form Builder 7
Construct a new instance of this property class.
Parameters
string $property: Name of the property to be manipulated by this object.
array $params: Additional parameters passed to hook_form_builder_properties().
1 method overrides FormBuilderPropertyInterface::__construct()
- FormBuilderPropertyBase::__construct in ./
form_builder.classes.inc - Construct a new instance of this property class.
File
- ./
form_builder.classes.inc, line 931
Class
Code
public function __construct($property, $params, $form_type_name);