PersistentMenuCommand
class PersistentMenuCommand extends BaseCommand (View source)
Class PersistentMenuCommand
Properties
| protected CommandHandler | $handler | from BaseCommand | |
| protected string | $signature | The name and signature of the console command. | |
| protected string | $description | The console command description. |
Methods
handle()
Execute command
Details
in BaseCommand at line 31
__construct(CommandHandler $handler, Repository $config)
BaseCommand constructor.
at line 64
handle()
Execute command