Mutagenesis\Mutable::__construct PHP Метод

__construct() публичный Метод

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