class DefaultObjectRuntimeIdGenerator implements ObjectRuntimeIdGeneratorInterface (View source)

Methods

__construct()

No description

__invoke($object)

No description

mixed
getObjectRuntimeIdentifier(object $object)

Return an ID for the given object that will be unique during the execution of the program.

Details

__construct()

__invoke($object)

Parameters

$object

mixed getObjectRuntimeIdentifier(object $object)

Return an ID for the given object that will be unique during the execution of the program.

Parameters

object $object Input object

Return Value

mixed Input object runtime ID