Site

Site object.

Table of Contents
  1. Description
  2. Example

Description

This class is an alias of the State class.

Example

class Forum extends Site {}

$forum = new Forum([
    'description' => 'Forum description.',
    'title' => 'Forum Title',
    'zone' => zone()
]);

echo $forum->title;

Date

Date and time object.

Site

Site object.