Documentation

PA_Calendar_Event
in package

A calendar event.

Table of Contents

$anchor  : string
The event URL anchor.
$date  : string
The date for the event.
$description  : string
The event description.
$group  : string
The group label for the event.
$link  : string
The URL for the event.
$title  : string
The event title.
$title_badge  : string
The event title badge.
__construct()  : mixed
Initialize an event.

Properties

Methods

__construct()

Initialize an event.

public __construct(string $date, string $title[, object $meta = [] ]) : mixed
Parameters
$date : string

The event date.

$title : string

The event title.

$meta : object = []

Additional optional properties.

Return values
mixed

Search results