Table of Contents
Interfaces
- InputInterface
Properties
-
$conditionFunction
: callable|null
-
$disabled
: bool
-
$help
: string|null
-
$id
: string|null
-
$label
: string|null
-
$loadFunction
: callable|null
-
$name
: string
-
$saveFunction
: callable|null
-
$tooltip
: string|null
Methods
-
__construct()
: mixed
-
getHelp()
: string|null
-
getId()
: string|null
-
getLabel()
: string|null
-
getName()
: string
-
getTooltip()
: string|null
-
getValue()
: mixed
-
isDisabled()
: bool
-
load()
: mixed
-
save()
: bool
$conditionFunction
private
callable|null
$conditionFunction
$disabled
private
bool
$disabled
= false
$help
private
string|null
$help
$id
private
string|null
$id
$label
private
string|null
$label
$loadFunction
private
callable|null
$loadFunction
$name
private
string
$name
$saveFunction
private
callable|null
$saveFunction
private
string|null
$tooltip
__construct()
public
__construct(array<string|int, mixed> $options) : mixed
Parameters
-
$options
: array<string|int, mixed>
-
getHelp()
public
getHelp() : string|null
Return values
string|null
getId()
public
getId() : string|null
Return values
string|null
getLabel()
public
getLabel() : string|null
Return values
string|null
getName()
public
getName() : string
public
getTooltip() : string|null
Return values
string|null
getValue()
public
getValue() : mixed
isDisabled()
public
isDisabled() : bool
load()
public
load() : mixed
save()
public
save(CHttpRequest $request, CDbConnection $connection) : bool
Parameters
-
$request
: CHttpRequest
-
-
$connection
: CDbConnection
-