INotifiable

This is a required interface for any component that should be able to receive notifications in your application. Using the implements keyword is optional.

Required Methods

getNotifiableId

The id representing this Notifiable.

NameTypeRequiredDefaultDescription

No arguments

Return: (string) The Notifiable id.

getNotifiableType

The type of this Notifiable.

NameTypeRequiredDefaultDescription

No arguments

Return: (string) The Notifiable type.

Last updated