Nextcloud PHP API (stable19)

IProvider

Interface IProvider

Tags
since
11.0.0

Table of Contents

parse()  : IEvent

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.

Tags
throws
InvalidArgumentException

Should be thrown if your provider does not know this event

since
11.0.0
Return values
IEvent

Search results