TwistPHP Documentation

description

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

description

Parameters

Name Type Description
[$strDescription = null]stringn/a

Return Values

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

Example

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

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