Property | Type | Description | |
---|---|---|---|
$typeId | int the ID of the subscription type being edited | ||
$validCurrencies | array keys are valid subscription type currencies | ||
$validFormats | array keys are valid subscription type formats |
Method | Description | |
---|---|---|
__construct ( $typeId = null ) | Constructor | |
display ( ) | Display the form. | |
execute ( ) | Save subscription type. | |
getLocaleFieldNames ( ) : array | Get a list of localized field names for this form | |
initData ( ) | Initialize form data from current subscription type. | |
readInputData ( ) | Assign form data to user-submitted data. |
public getLocaleFieldNames ( ) : array | ||
return | array |
public $validCurrencies |