Method | Description | |
---|---|---|
__construct ( |
||
convertTemplatesAndSave ( $files, $constants, $fields ) : boolean | ||
insertTemplateConfiguration ( $templates ) : boolean |
Method | Description | |
---|---|---|
convertCreateAndUpdateFields ( $type, $template, $fields ) : mixed | ||
convertFields ( $template, $fields ) : mixed | ||
convertIndexes ( $template, $fields ) : mixed |
Method | Description | |
---|---|---|
buildCheckboxField ( $field, $options, $type ) : string | ||
buildFileField ( $field, $options ) : string | ||
buildGenericField ( $field, $default, $options, $type ) : string | ||
buildImageField ( $field, $default, $options, $type ) | ||
buildPasswordField ( $field, $options ) : string | ||
buildRadioField ( $field, $options, $type ) : string | ||
buildSelectField ( $field, $default, $options, $choices ) : string | ||
buildSelectRangeField ( $field, $default, $options ) : string | ||
getField ( $field ) : string | ||
getFormTypeFromDataType ( $datatype ) : string | ||
getLabel ( $field ) : string | ||
getLabelText ( $field ) : string |
public __construct ( |
||
$TemplatesManager | ||
$Framework |
protected convertCreateAndUpdateFields ( $type, $template, $fields ) : mixed | ||
$type | ||
$template | ||
$fields | ||
return | mixed |
protected convertFields ( $template, $fields ) : mixed | ||
$template | ||
$fields | ||
return | mixed |
protected convertIndexes ( $template, $fields ) : mixed | ||
$template | ||
$fields | ||
return | mixed |
public convertTemplatesAndSave ( $files, $constants, $fields ) : boolean | ||
$files | ||
$constants | ||
$fields | ||
return | boolean |
public insertTemplateConfiguration ( $templates ) : boolean | ||
$templates | ||
return | boolean |