PhpBrew\PatchPHP::getPatchFilename PHP Method

getPatchFilename() public method

public getPatchFilename ( )
    public function getPatchFilename()
    {
        return ($this->patchName ?: uniqid()) . '.patch';
    }