replace() public static method

public static replace ( $text, $patient ) : mixed
$text
$patient
return mixed
Exemplo n.º 1
0
 public function generateReportText()
 {
     $this->report = \OEModule\PatientTicketing\components\Substitution::replace($this->replaceAssignmentCodes($this->queue->report_definition), $this->ticket->patient);
 }