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

__construct() public méthode

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