Textarea __construct(
string
$name, [bool
$display = TRUE], [bool
$required = FALSE]
)
|
|
Parameter constructor
Parameters:
string |
$name: |
Parameter name |
bool |
$display: |
Render it in templates |
bool |
$required: |
Require it from user input |
API Tags:
Redefinition of:
- Param::__construct()
- Constructs parameter object
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:
- Param::display_input()
- Renders param input display in a correct way
Redefined in descendants as: