LetterMacro::substitute PHP Method

substitute() public method

public substitute ( $patient )
    public function substitute($patient)
    {
        $this->body = OphCoCorrespondence_Substitution::replace($this->body, $patient);
    }