CommandArgumentDefinition
class CommandArgumentDefinition (View source)
Represents a CommandArgumentDefinition
Properties
protected string | $name | ||
protected bool | $required | ||
protected string | $description |
Methods
__construct(string $name, bool $required, string $description)
Constructor
string
getName()
No description
string
getDashedName()
Returns the lowercased name with dashes as word separator
string
getDescription()
No description
bool
isRequired()
No description
Details
__construct(string $name, bool $required, string $description)
Constructor
string
getName()
No description
string
getDashedName()
Returns the lowercased name with dashes as word separator
string
getDescription()
No description
bool
isRequired()
No description