TwistPHP Documentation

prodID

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

prodID

Parameters

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

Return Values

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

Example

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

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