Property | Type | Description | |
---|---|---|---|
$tag | string | The command tag. |
Method | Description | |
---|---|---|
__construct ( string $tag = null ) | Constructor. | |
getCommand ( ) : string | Get the command. |
public __construct ( string $tag = null ) | ||
$tag | string | The tag to use. If not set, will be automatically generated. |
public getCommand ( ) : string | ||
return | string | The command. |