OEModule\OphCiExamination\models\Element_OphCiExamination_DRGrading::softDelete PHP Method

softDelete() public method

(non-phpdoc).
See also: cleanUpSecondaryDiagnosis()
See also: parent::softDelete()
public softDelete ( )
    public function softDelete()
    {
        $this->cleanUpSecondaryDiagnosis();
        return parent::softDelete();
    }