TwistPHP Documentation

ogAudio

File path: dist/twist/Core/Models/Route/Meta.model.php
Namespace: Twist\Core\Models\Route
Extends:

ogAudio

Parameters

Name Type Description
$strURLstringn/a
[$strType = null]stringn/a
[$strSecureURL = null]stringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strURL 'foo';
$strType null;
$strSecureURL null;

//Call the function ogAudio with the example vars
$resMeta = new \Twist\Core\Models\Route\Meta();
$resMeta -> ogAudio($strURL$strType$strSecureURL);