EntityInterface
interface EntityInterface implements EntityCastableInterface, EntityCopyableInterface, EntityIntrospectableInterface, EntityEquatableInterface, EntityInitializeableInterface, EntityCognizantInterface, EntitySerializableInterface
Interface EntityInterface.
Methods
string
getObjectName(
bool $qualified = false,
bool $static = false)
No description
string
getParentName(
bool $qualified = false,
null|object $instance = null)
No description
eventPostPersist(
LifecycleEventArgs $eventArgs = null)
No description
string
getIdentityType()
No description
bool
hasIdentityType()
No description
string
getIdentityName(
bool $qualified = false)
No description
$this
setIdentity(
mixed $identity)
No description
mixed
getIdentity()
No description
bool
hasIdentity()
No description