PHP Interface Hal\MutaTesting\Mutation\MutationCollectionInterface

Inheritance: extends IteratorAggregate
Show file Open project: halleck45/mutatesting

Public Methods

Method Description
all ( )
count ( )
getSurvivors ( )
push ( Hal\MutaTesting\Mutation\MutationInterface $mutation )

Method Details

all() public method

public all ( )

count() public method

public count ( )

getSurvivors() public method

public getSurvivors ( )

push() public method

public push ( Hal\MutaTesting\Mutation\MutationInterface $mutation )
$mutation Hal\MutaTesting\Mutation\MutationInterface