PHP Class lithium\console\command\G11n

Inheritance: extends lithium\console\Command
Datei anzeigen Open project: unionofrad/lithium

Public Methods

Method Description
extract ( ) : integer | boolean | void Runs the Extract command.
run ( ) : void The main method of the command.

Method Details

extract() public method

Runs the Extract command.
public extract ( ) : integer | boolean | void
return integer | boolean | void

run() public method

The main method of the command.
public run ( ) : void
return void