Copied!
<?php // Generated file. Do not edit by hand. Use update.php in project root. namespace PHPFUI\ConstantContact\Definition; /** * @property string $label The display name for the custom_field shown in the UI as free-form text * @property string $type Specifies the type of value the custom_field field accepts: string or date. */ class CustomFieldInput extends \PHPFUI\ConstantContact\Definition\Base { protected static array $fields = [ 'label' => 'string', 'type' => 'string',	]; protected static array $maxLength = [ 'label' => 50,	];	} 
© 2025 Bruce Wells