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

Stub class for backwards compatibility. More...

Public Member Functions

 __construct (array $data)
 {}
 
- Public Member Functions inherited from Instance
 getObject ()
 Retrieve the object.
 
- Public Member Functions inherited from AbstractStringAnnotation
 __construct (array $data)
 Receive and process the contents of an annotation.
 

Additional Inherited Members

- Protected Attributes inherited from AbstractStringAnnotation
 $value
 

Detailed Description

Stub class for backwards compatibility.

Since PHP 7 adds "object" 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 "Instance", 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 ( array  $data)

{}