Mutagenesis\Mutable::getMutations PHP Method

getMutations() public method

Get an array of Class & Method indexed mutations containing the mutated token and that token's index in the method's block code.
public getMutations ( ) : array
return array
    public function getMutations()
    {
        return $this->_mutations;
    }