app\CertificateHandler::delete PHP Method

delete() public method

public delete ( Certificate $certificate ) : boolean
$certificate Certificate
return boolean
    public function delete(Certificate $certificate)
    {
        return $this->rmrf($certificate->getPath());
    }