IProvider
in
Interface IProvider
Tags
Table of Contents
Methods
Methods
parse()
public
parse(string $language, IEvent $event[, IEvent|null $previousEvent = null ]) : IEvent
Parameters
- $language : string
-
The language which should be used for translating, e.g. "en"
- $event : IEvent
-
The current event which should be parsed
- $previousEvent : IEvent|null = null
-
A potential previous event which you can combine with the current one. To do so, simply use setChildEvent($previousEvent) after setting the combined subject on the current event.