Mutagenesis\Mutable::getMutations PHP 메소드

getMutations() 공개 메소드

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
리턴 array
    public function getMutations()
    {
        return $this->_mutations;
    }