Zend Framework  3.0
Public Member Functions | List of all members
Null Class Reference

Stub class for backwards compatibility. More...

Public Member Functions

 __construct ()
 

Additional Inherited Members

- Protected Member Functions inherited from Noop
 doWrite (array $event)
 Write a message to the log.
 
- Protected Attributes inherited from AbstractWriter
 $filterPlugins
 
 $formatterPlugins
 
 $filters = []
 
 $formatter
 
 $convertWriteErrorsToExceptions = true
 
 $errorsToExceptionsConversionLevel = E_WARNING
 

Detailed Description

Stub class for backwards compatibility.

Since PHP 7 adds "null" as a reserved keyword, we can no longer have a class named that and retain PHP 7 compatibility. The original class has been renamed to "Noop", and this class is now an extension of it. It raises an E_USER_DEPRECATED to warn users to migrate.

Deprecated:

Constructor & Destructor Documentation

__construct ( )