PHP Class App\Libraries\FlashLevel

Afficher le fichier Open project: sroutier/laravel-5.1-enterprise-starter-kit

Protected Properties

Свойство Type Description
$levels array Flash levels

Méthodes publiques

Méthode Description
getLevelName ( integer $level ) : string Gets the name of the flash level.
getLevels ( ) : array Gets all supported flash levels.

Method Details

getLevelName() public static méthode

Gets the name of the flash level.
public static getLevelName ( integer $level ) : string
$level integer
Résultat string

getLevels() public static méthode

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

Property Details

$levels protected_oe static_oe property

Flash levels
protected static array $levels
Résultat array