TwistPHP Documentation

setData

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

setData

Parameters

Name Type Description
$strKeystringn/a
$mxdDatamixedn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strKey 'foo';
$mxdData 'foo-123';

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