inlineToBrowser() protected static method

protected static inlineToBrowser ( $contentType, $content )
コード例 #1
0
 public function sendToBrowserInline($filename)
 {
     ReportRenderer::inlineToBrowser(Sms::SMS_CONTENT_TYPE, $this->rendering);
 }
コード例 #2
0
ファイル: Html.php プロジェクト: FluentDevelopment/piwik
 public function sendToBrowserInline($filename)
 {
     $this->epilogue();
     ReportRenderer::inlineToBrowser(self::HTML_CONTENT_TYPE, $this->rendering);
 }