TwistPHP Documentation

version

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

version

Parameters

Name Type Description
[$mxdVersion = null]mixedn/a

Return Values

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

Example

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

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