Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$permissionService | The service to handle the permission system. | ||
$signature | string | The name and signature of the console command. |
Method | Description | |
---|---|---|
__construct ( |
Create a new command instance. | |
handle ( ) : mixed | Execute the console command. |
public __construct ( |
||
$permissionService |
protected string $description | ||
return | string |
protected PermissionService,BookStack\Services $permissionService | ||
return |
protected string $signature | ||
return | string |