TwistPHP Documentation

Event

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

Type: Model

Event

Example Usage

<?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 List

Method Access Returns
__constructconstructvoid
typepublicvoid
uidpublicvoid
allDaypublicvoid
startDatepublicvoid
endDatepublicvoid
titlepublicvoid
descriptionpublicvoid
locationpublicvoid
urlpublicvoid
creationDatepublicvoid
lastModifiedprotectedvoid
getRawpublicvoid
sanitizeRawDataprotectedvoid
validateEventprotectedvoid
setDatapublicvoid
servepublicvoid