for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AfriCC\EPP\Extension\NASK\Report;
use AfriCC\EPP\Extension\NASK\Report;
class Cancel extends Report
{
/**
* Set ID of report to cancel generation
*
* @param string $reportId ReportID of report to cancel
*/
public function setReportId($reportId)
$this->set('extreport:cancel/extreport:extreportId', $reportId);
}