TwistPHP Documentation

ogVideo

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

ogVideo

Parameters

Name Type Description
$strURLstringn/a
[$intWidth = null]integern/a
[$intHeight = null]integern/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';
$intWidth null;
$intHeight null;
$strType null;
$strSecureURL null;

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