Class Atk4\Data\Type\LocalObjectType

extends Type

Type that allows to weakly reference a local PHP object using a scalar string and get the original object instance back using the string.

The local object is never serialized.

An exception is thrown when getting an object from a string back and the original object instance has been destroyed/released.

  • Doctrine\DBAL\Types\Type
    • Atk4\Data\Type\LocalObjectType
Methods
Properties