PHP 클래스 common\widgets\Alert

상속: extends yii\bootstrap\Widget
파일 보기 프로젝트 열기: yeesoft/yii2-yee-cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$alertTypes the alert types configuration for the flash messages. This array is setup as $key => $value, where: - $key is the name of the session flash variable - $value is the bootstrap alert type (i.e. danger, success, info, warning)
$closeButton the options for rendering the close button tag.

공개 메소드들

메소드 설명
init ( )

메소드 상세

init() 공개 메소드

public init ( )

프로퍼티 상세

$alertTypes 공개적으로 프로퍼티

the alert types configuration for the flash messages. This array is setup as $key => $value, where: - $key is the name of the session flash variable - $value is the bootstrap alert type (i.e. danger, success, info, warning)
public $alertTypes

$closeButton 공개적으로 프로퍼티

the options for rendering the close button tag.
public $closeButton