Skip to main content

CalculatedPropertySubscriber

CalculatedPropertySubscriber

Signature
class CalculatedPropertySubscriber implements EntitySubscriberInterface {
afterLoad(event: any) => ;
afterInsert(event: InsertEvent<any>) => Promise<any> | void;
}
  • Implements: EntitySubscriberInterface

afterLoad

method
(event: any) =>

afterInsert

method
(event: InsertEvent<any>) => Promise<any> | void