File path: dist/twist/Core/Models/ICS/Event.model.php
Namespace: Twist\Core\Models\ICS
Type: Model
Event
—
<?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);
Method | Access | Returns |
---|---|---|
__construct | construct | void |
type | public | void |
uid | public | void |
allDay | public | void |
startDate | public | void |
endDate | public | void |
title | public | void |
description | public | void |
location | public | void |
url | public | void |
creationDate | public | void |
lastModified | protected | void |
getRaw | public | void |
sanitizeRawData | protected | void |
validateEvent | protected | void |
setData | public | void |
serve | public | void |