Lggr
Public Member Functions | Public Attributes | List of all members
Doctrine\Instantiator\Instantiator Class Reference
Inheritance diagram for Doctrine\Instantiator\Instantiator:
Inheritance graph
[legend]
Collaboration diagram for Doctrine\Instantiator\Instantiator:
Collaboration graph
[legend]

Public Member Functions

 instantiate ($className)
 

Public Attributes

const SERIALIZATION_FORMAT_USE_UNSERIALIZER = 'C'
 
const SERIALIZATION_FORMAT_AVOID_UNSERIALIZER = 'O'
 

Detailed Description

Member Function Documentation

◆ instantiate()

Doctrine\Instantiator\Instantiator::instantiate (   $className)

Parameters
string$className
Returns
object
Exceptions
ExceptionInterface

Implements Doctrine\Instantiator\InstantiatorInterface.

Member Data Documentation

◆ SERIALIZATION_FORMAT_USE_UNSERIALIZER

const Doctrine\Instantiator\Instantiator::SERIALIZATION_FORMAT_USE_UNSERIALIZER = 'C'

Markers used internally by PHP to define whether {

See also
\unserialize} should invoke the method {
\Serializable::unserialize()} when dealing with classes implementing the {
\Serializable} interface.

The documentation for this class was generated from the following file: