File path: dist/twist/Core/Utilities/ICS.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
parseRawData
— Turns the raw ICS data into an object and returns
Name | Description |
---|---|
$strRawData | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strRawData = 'foo';
//Call the function parseRawData with the example vars
Twist::ICS() -> parseRawData($strRawData);