PHP Class Altax\Module\Task\Resource\RuntimeTask

Afficher le fichier Open project: kohkimakimoto/altax Class Usage Examples

Protected Properties

Свойство Type Description
$input
$output
$task

Méthodes publiques

Méthode Description
__construct ( $command, $task, $input, $output )
call ( $taskName, $arguments = [] )
exec ( $closure, $options = [] )
getArgument ( $index, $default = null )
getArguments ( )
getCommand ( )
getConfig ( )
getInput ( )
getOutput ( )
setInput ( $input )
setOutput ( $output )
write ( $string )
writeln ( $string )

Method Details

__construct() public méthode

public __construct ( $command, $task, $input, $output )

call() public méthode

public call ( $taskName, $arguments = [] )

exec() public méthode

public exec ( $closure, $options = [] )

getArgument() public méthode

public getArgument ( $index, $default = null )

getArguments() public méthode

public getArguments ( )

getCommand() public méthode

public getCommand ( )

getConfig() public méthode

public getConfig ( )

getInput() public méthode

public getInput ( )

getOutput() public méthode

public getOutput ( )

setInput() public méthode

public setInput ( $input )

setOutput() public méthode

public setOutput ( $output )

write() public méthode

public write ( $string )

writeln() public méthode

public writeln ( $string )

Property Details

$input protected_oe property

protected $input

$output protected_oe property

protected $output

$task protected_oe property

protected $task