PHP Interface pharext\Command

Afficher le fichier Open project: m6w6/pharext

Méthodes publiques

Méthode Description
debug ( string $fmt ) Print debug message
error ( string $fmt ) Print error
getArgs ( ) : pharext\Cli\Args Retrieve command line arguments
info ( string $fmt ) Print info
run ( integer $argc, array $argv ) Execute the command
warn ( string $fmt ) Print warning

Method Details

debug() public méthode

Print debug message
public debug ( string $fmt )
$fmt string

error() public méthode

Print error
public error ( string $fmt )
$fmt string

getArgs() public méthode

Retrieve command line arguments
public getArgs ( ) : pharext\Cli\Args
Résultat pharext\Cli\Args

info() public méthode

Print info
public info ( string $fmt )
$fmt string

run() public méthode

Execute the command
public run ( integer $argc, array $argv )
$argc integer command line argument count
$argv array command line argument list

warn() public méthode

Print warning
public warn ( string $fmt )
$fmt string