Mutagenesis\Mutation\MutationAbstract::getFilename PHP Méthode

getFilename() public méthode

Return the file path of the file which is currently being assessed for mutations.
public getFilename ( ) : string
Résultat string
    public function getFilename()
    {
        return $this->_filename;
    }