Class Command
Class Command.
Implementation about a command definition.
- DcGeneral\DataDefinition\Definition\View\Command implements DcGeneral\DataDefinition\Definition\View\CommandInterface
Direct known subclasses
DcGeneral\DataDefinition\Definition\View\CutCommand
Namespace: DcGeneral\DataDefinition\Definition\View
Package: DcGeneral\DataDefinition\Definition\View
Located at DataDefinition/Definition/View/Command.php
Package: DcGeneral\DataDefinition\Definition\View
Located at DataDefinition/Definition/View/Command.php
public
|
|
public
|
|
public
string
|
|
public
|
|
public
ArrayObject
|
|
public
|
|
public
array
|
|
public
|
|
public
array
|
|
public
|
|
public
ArrayObject
|
|
public
mixed
|
#
setDisabled( boolean $disabled = true )
Set the command enabled or disabled (true means disabled). |
public
boolean
|
protected
string
|
$name |
|
#
Name of the command. |
protected
ArrayObject
|
$parameters |
|
#
The parameters for the command. |
protected
string
|
$label |
|
#
The label string for the command. |
protected
string
|
$description |
|
#
The description text for the command. |
protected
ArrayObject
|
$extra |
|
#
The extra data for the command. |
protected
boolean
|
$disabled |
|
#
Flag if the command is disabled or not. |