Table of Contents

Interfaces

Cases

 = 'alert'
 = 'critical'
 = 'debug'
 = 'emergency'
 = 'error'
 = 'info'
 = 'notice'
 = 'warning'

Methods

 : string
 : bool
 : array<int, self>
 : int
Cases

Cases

Methods

description()

Public
public description() : string
Return values
string

isAtLeast()

Public
public isAtLeast( self  $level) : bool
Parameters
$level : self
Return values
bool

ordered()

Public Static
public static ordered() : array<int, self>
Return values
array<int, self>

weight()

Public
public weight() : int
Return values
int