Documentation

SyncPaymentMinimumRevenueCommand extends Command
in package

Table of Contents

Properties

$description  : mixed
The console command description.
$signature  : mixed
The name and signature of the console command.

Methods

__construct()  : mixed
Create a new command instance.
handle()  : mixed
Execute the console command.
getArguments()  : array<string|int, mixed>
Get the console command arguments.
getOptions()  : array<string|int, mixed>
Get the console command options.

Properties

Methods

getArguments()

Get the console command arguments.

protected getArguments() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results