You are here

constant Instantiator::SERIALIZATION_FORMAT_USE_UNSERIALIZER in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php \Doctrine\Instantiator\Instantiator::SERIALIZATION_FORMAT_USE_UNSERIALIZER

Markers used internally by PHP to define whether {the method {the {

See also

\unserialize} should invoke

\Serializable::unserialize()} when dealing with classes implementing

\Serializable} interface.

File

vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php, line 40

Class

Instantiator
@author Marco Pivetta <ocramius@gmail.com>

Namespace

Doctrine\Instantiator

Code

const SERIALIZATION_FORMAT_USE_UNSERIALIZER = 'C';