JinyaCommand
in package
This attribute marks a class that extends AbstractCommand as an executable command for the CLI
Tags
Table of Contents
- $command : string
- __construct() : mixed
- Creates a new JinyaCommand
Properties
$command
public
string
$command
Tags
Methods
__construct()
Creates a new JinyaCommand
public
__construct(string $command) : mixed
Parameters
- $command : string
-
The commands name, the name must be unique