File path: dist/twist/Core/Models/Route/Meta.model.php
Namespace: Twist\Core\Models\Route
ogImage
—
Name | Description |
---|---|
$strURL | n/a |
[$intWidth = null] | n/a |
[$intHeight = null] | n/a |
[$strType = null] | n/a |
[$strSecureURL = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strURL = 'foo';
$intWidth = null;
$intHeight = null;
$strType = null;
$strSecureURL = null;
//Call the function ogImage with the example vars
$resMeta = new \Twist\Core\Models\Route\Meta();
$resMeta -> ogImage($strURL, $intWidth, $intHeight, $strType, $strSecureURL);