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
$anchor
The event URL anchor.
public
string
$anchor
The event URL anchor.
$date
The date for the event.
public
string
$date
The date for the event.
$description
The event description.
public
string
$description
The event description.
$group
The group label for the event.
public
string
$group
The group label for the event.
$link
The URL for the event.
public
string
$link
The URL for the event.
$title
The event title.
public
string
$title
The event title.
$title_badge
The event title badge.
public
string
$title_badge
The event title badge.
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.