PHP 클래스 TI_Calendar, TastyIgniter

상속: extends CI_Calendar
파일 보기 프로젝트 열기: tastyigniter/tastyigniter

공개 프로퍼티들

프로퍼티 타입 설명
$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