PHP Class Hal\MutaTesting\Runner\Process\ProcessCollection

Show file Open project: halleck45/mutatesting

Public Methods

Method Description
all ( )
get ( $n )
push ( Process $process, callable $callback )
remove ( $n )

Method Details

all() public method

public all ( )

get() public method

public get ( $n )

push() public method

public push ( Process $process, callable $callback )
$process Symfony\Component\Process\Process
$callback callable

remove() public method

public remove ( $n )