File path: dist/twist/Core/Models/ICS/Calendar.model.php
Namespace: Twist\Core\Models\ICS
name
— Set the default name for the calendar feed
Name | Description |
---|---|
[$strName = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strName = null;
//Call the function name with the example vars
$resCalendar = new \Twist\Core\Models\ICS\Calendar();
$resCalendar -> name($strName);