string display(
array
$value
)
|
|
Renders param value display in a correct way
Parameters:
API Tags:
Return: | Rendered display element |
Access: | public |
Redefinition of:
- Enum::display()
- Renders param value display in a correct way
string display_input(
[mixed
$value = NULL], [string
$prefix = '']
)
|
|
Renders param input display in a correct way
Parameters:
mixed |
$value: |
|
string |
$prefix: |
Input name prefix |
API Tags:
See: | Param::title, Param::hint |
Access: | public |
Redefinition of:
- Enum::display_input()
- Renders param input display in a correct way
array import(
[string
$method = 'P'], [string
$prefix = '']
)
|
|
Imports parameter value from user input
Parameters:
string |
$method: |
Request method: P - post, G - get. |
string |
$prefix: |
Input name prefix |
API Tags:
Return: | Value on success or NULL if validation failed |
Access: | public |
Redefinition of:
- Enum::import()
- Imports parameter value from user input
string prepare(
array
$value
)
|
|
Prepares a parameter value for use in database statement
Parameters:
array |
$value: |
Source value |
API Tags:
Return: | Prepared value |
Access: | public |
Redefinition of:
- Param::prepare()
- Prepares a parameter value for use in database statement