File path: dist/twist/Core/Models/ICS/Event.model.php
Namespace: Twist\Core\Models\ICS
setData
—
Name | Description |
---|---|
$strKey | n/a |
$mxdData | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strKey = 'foo';
$mxdData = 'foo-123';
//Call the function setData with the example vars
$resEvent = new \Twist\Core\Models\ICS\Event();
$resEvent -> setData($strKey, $mxdData);