TwistPHP Documentation

name

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

nameSet the default name for the calendar feed

Parameters

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

Return Values

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

Example

<?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);