PHP 클래스 common\components\Controller

상속: extends yii\web\Controller
파일 보기 프로젝트 열기: iiyii/getyii 1 사용 예제들

공개 메소드들

메소드 설명
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