inlineToBrowser() 보호된 정적인 메소드

protected static inlineToBrowser ( $contentType, $content )
 public function sendToBrowserInline($filename)
 {
     ReportRenderer::inlineToBrowser(Sms::SMS_CONTENT_TYPE, $this->rendering);
 }
예제 #2
0
 public function sendToBrowserInline($filename)
 {
     $this->epilogue();
     ReportRenderer::inlineToBrowser(self::HTML_CONTENT_TYPE, $this->rendering);
 }