Mutagenesis\Mutation\MutationAbstract::getFilename PHP 메소드

getFilename() 공개 메소드

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