class Deprecation implements DeprecationInterface

Constants

USE_DEPRECATION_ERROR

USE_THROWN_EXCEPTION

Methods

static 
enable( LoggerInterface $logger = null, NotifierInterface $notifier = null)

No description

static  string
mode( null|string $mode = null)

No description

static 
definition( Notice $notice)

No description

static 
invoke( Notice $notice = null)

No description

Details

at line line 54
static enable( LoggerInterface $logger = null, NotifierInterface $notifier = null)

Parameters

LoggerInterface $logger
NotifierInterface $notifier

at line line 68
static string mode( null|string $mode = null)

Parameters

null|string $mode

Return Value

string

at line line 80
static definition( Notice $notice)

Parameters

Notice $notice

at line line 93
static invoke( Notice $notice = null)

Parameters

Notice $notice