Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Phalcon
Cli
Console
Extended
PHP Class Phalcon\Cli\Console\Extended
Author:
Sebastian Arrubia (
[email protected]
)
Inheritance:
extends
Phalcon\CLI\Console
Datei anzeigen
Open project: phalcon/incubator
Public Methods
Method
Description
handle
(
array
$arguments
= null ) :
mixed
Handle the whole command-line tasks
Private Methods
Method
Description
createHelp
( )
setTasksDir
( )
showHelp
( )
showTaskHelp
(
$taskTogetHelp
)
Method Details
handle()
public
method
Handle the whole command-line tasks
public
handle
(
array
$arguments
= null ) :
mixed
$arguments
array
Cli arguments
return
mixed