AdobeConnectClient\CustomField
Adobe Connect's types constants to Custom Field
See common elements in
Synopsis
class CustomField
{
- // constants
- const REQUIRED = 'required';
- const OPTIONAL = 'optional';
- const OPTIONAL_NO_SELF_REG = 'optional-no-self-reg';
Tasks
Line | Task |
---|---|
13+ | Check if this is useful |
Constants
Name | Value |
---|---|
REQUIRED | 'required' |
OPTIONAL | 'optional' |
OPTIONAL_NO_SELF_REG | 'optional-no-self-reg' |