PHP Class Mutagenesis\Mutation\BooleanTrue

Inheritance: extends MutationAbstract
Datei anzeigen Open project: padraic/mutagenesis Class Usage Examples

Public Methods

Method Description
getMutation ( array $tokens, integer $index ) : array Replace boolean TRUE with FALSE

Method Details

getMutation() public method

Replace boolean TRUE with FALSE
public getMutation ( array $tokens, integer $index ) : array
$tokens array
$index integer
return array