PHP Класс kartik\grid\controllers\ExportController

Наследование: extends yii\web\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
actionDownload ( ) : mixed Download the exported file

Защищенные методы

Метод Описание
generatePDF ( string $content, string $filename, array $config = [] ) : void Generates the PDF file
setHttpHeaders ( string $type, string $name, string $mime, string $encoding = 'utf-8' ) : void Sets the HTTP headers needed by file download action.

Описание методов

actionDownload() публичный Метод

Download the exported file
public actionDownload ( ) : mixed
Результат mixed

generatePDF() защищенный Метод

Generates the PDF file
protected generatePDF ( string $content, string $filename, array $config = [] ) : void
$content string the file content
$filename string the file name
$config array the configuration for yii2-mpdf component
Результат void

setHttpHeaders() защищенный Метод

Sets the HTTP headers needed by file download action.
protected setHttpHeaders ( string $type, string $name, string $mime, string $encoding = 'utf-8' ) : void
$type string the file type
$name string the file name
$mime string the mime time for the file
$encoding string the encoding for the file content
Результат void