Example #1
0
 /**
  * Output rendering result directly without OB.
  * Errors and exceptions may cause imcomplete output. 
  * 
  * @param string $tplId
  * @param array $data
  * @throws \Exception
  */
 public function displayWithoutOB($tplId, $data = [])
 {
     $this->context->t($tplId, $data);
 }