PHP 클래스 App\Libraries\FlashLevel

파일 보기 프로젝트 열기: sroutier/laravel-5.1-enterprise-starter-kit

보호된 프로퍼티들

프로퍼티 타입 설명
$levels array Flash levels

공개 메소드들

메소드 설명
getLevelName ( integer $level ) : string Gets the name of the flash level.
getLevels ( ) : array Gets all supported flash levels.

메소드 상세

getLevelName() 공개 정적인 메소드

Gets the name of the flash level.
public static getLevelName ( integer $level ) : string
$level integer
리턴 string

getLevels() 공개 정적인 메소드

Gets all supported flash levels.
public static getLevels ( ) : array
리턴 array Assoc array with human-readable level names => level codes.

프로퍼티 상세

$levels 보호되어 있는 정적으로 프로퍼티

Flash levels
protected static array $levels
리턴 array