Mutagenesis\Mutation\MutationAbstract::__construct PHP Method

__construct() public method

Constructor; sets name and relative path of the file being mutated
public __construct ( string $filename = '' )
$filename string
    public function __construct($filename = '')
    {
        $this->_filename = $filename;
    }