Synonyms
emits
Syntax
@fires <className>#[event:]<eventName>
Overview
The @fires tag indicates that a method can fire a specified type of event when it is called. Use the @event tag to document the event's content.
emits
@fires <className>#[event:]<eventName>
The @fires tag indicates that a method can fire a specified type of event when it is called. Use the @event tag to document the event's content.