|
| __construct ($title= '', $config=[], $attributes=[], $data_name= 'fullcalendar') |
|
| render () |
|
|
static | create ($title= '', $config=[], $attributes=[], $data_name= 'fullcalendar') |
|
static | createData ($objects=[], $begin=null, $end=null) |
|
__construct |
( |
|
$title = '' , |
|
|
|
$config = [] , |
|
|
|
$attributes = [] , |
|
|
|
$data_name = 'fullcalendar' |
|
) |
| |
static create |
( |
|
$title = '' , |
|
|
|
$config = [] , |
|
|
|
$attributes = [] , |
|
|
|
$data_name = 'fullcalendar' |
|
) |
| |
|
static |
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.
Additional HTML attributes that shall be attached to the section element in which the fullcalendar instance is created.
Fullcalendar configuration options. They are passed to the JavaScript fullcalendar class.
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.
The documentation for this class was generated from the following file: