PHP Класс TI_Calendar, TastyIgniter

Наследование: extends CI_Calendar
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$day_type
$show_next_prev
$show_other_days
$start_day

Открытые методы

Метод Описание
default_template ( ) : array Set Default Template Data
generate ( string $year = '', string $month = '', array $data = [] ) : string Generate the calendar
parse_template ( ) : CI_Calendar Parse Template

Описание методов

default_template() публичный Метод

This is used in the event that the user has not created their own template
public default_template ( ) : array
Результат array

generate() публичный Метод

Generate the calendar
public generate ( string $year = '', string $month = '', array $data = [] ) : string
$year string
$month string
$data array the data to be shown in the calendar cells
Результат string

parse_template() публичный Метод

Harvests the data within the template {pseudo-variables} used to display the calendar
public parse_template ( ) : CI_Calendar
Результат CI_Calendar

Описание свойств

$day_type публичное свойство

public $day_type

$show_next_prev публичное свойство

public $show_next_prev

$show_other_days публичное свойство

public $show_other_days

$start_day публичное свойство

public $start_day