|
static | create ( $title='', $config=[], $attributes=[], $data_name='fullcalendar') |
|
static | createData ($objects=[], $begin=null, $end=null) |
|
◆ __construct()
__construct |
( |
|
$title = '' , |
|
|
|
$config = [] , |
|
|
|
$attributes = [] , |
|
|
|
$data_name = 'fullcalendar' |
|
) |
| |
◆ create()
static create |
( |
|
$title = '' , |
|
|
|
$config = [] , |
|
|
|
$attributes = [] , |
|
|
|
$data_name = 'fullcalendar' |
|
) |
| |
|
static |
◆ createData()
static createData |
( |
|
$objects = [] , |
|
|
|
$begin = null , |
|
|
|
$end = null |
|
) |
| |
|
static |
Creates an array with data for a Fullcalendar instance from Stud.IP objects that implement the EventSource interface.
◆ render()
◆ setDefaultView()
setDefaultView |
( |
?string |
$view | ) |
|
◆ setResponsiveDefaultView()
setResponsiveDefaultView |
( |
?string |
$view | ) |
|
◆ $attributes
Additional HTML attributes that shall be attached to the section element in which the fullcalendar instance is created.
◆ $config
Fullcalendar configuration options. They are passed to the JavaScript fullcalendar class.
◆ $data_name
The name of the fullcalendar for the data attribute. This is set to "fullcalendar" by default, but custom fullcalendars may require special data attributes to prevent the default Fullcalendar JS initialiser to be executed.
◆ $title
The documentation for this class was generated from the following file: