replace() 공개 정적인 메소드

public static replace ( $text, $patient ) : mixed
$text
$patient
리턴 mixed
예제 #1
0
 public function generateReportText()
 {
     $this->report = \OEModule\PatientTicketing\components\Substitution::replace($this->replaceAssignmentCodes($this->queue->report_definition), $this->ticket->patient);
 }