interface ObjectRuntimeIdGeneratorInterface (View source)

Methods

mixed
getObjectRuntimeIdentifier(object $object)

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

Details

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