TwistPHP Documentation

event

File path: dist/twist/Core/Models/ICS/Calendar.model.php
Namespace: Twist\Core\Models\ICS
Extends:

event

Parameters

Name Type Description
[$intUID = null]integern/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$intUID null;

//Call the function event with the example vars
$resCalendar = new \Twist\Core\Models\ICS\Calendar();
$resCalendar -> event($intUID);