Pionia Core

HasParameters

Table of Contents

Methods

getArguments()  : array<string|int, mixed>
Get the console command arguments.
getOptions()  : array<string|int, mixed>
Get the console command options.
specifyParameters()  : void
Specify the arguments and options on the command.

Methods

getArguments()

Get the console command arguments.

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

getOptions()

Get the console command options.

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

specifyParameters()

Specify the arguments and options on the command.

protected specifyParameters() : void

        
On this page

Search results