TwistPHP Documentation

uid

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

uid

Parameters

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

Return Values

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

Example

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

//Call the function uid with the example vars
$resEvent = new \Twist\Core\Models\ICS\Event();
$resEvent -> uid($mxdUID);