PHP Класс common\components\Controller

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

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

Метод Описание
afterAction ( $action, $result )
beforeAction ( $action )
behaviors ( )
flash ( $message, string $type = 'info', null $url = null ) : Response 显示flash信息
message ( $message, string $type = 'info', null $redirect = null, null $resultType = null ) : array | string

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

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

public afterAction ( $action, $result )

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

public beforeAction ( $action )

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

public behaviors ( )

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

显示flash信息
public flash ( $message, string $type = 'info', null $url = null ) : Response
$message string 信息显示内容
$type string 信息显示类型, ['info', 'success', 'error', 'warning']
$url null 跳转地址
Результат yii\web\Response

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

public message ( $message, string $type = 'info', null $redirect = null, null $resultType = null ) : array | string
$message string 信息显示内容
$type string 信息显示类型, ['info', 'success', 'error', 'warning']
$redirect null 跳转地址
$resultType null 信息显示格式
Результат array | string