File path: dist/twist/Core/Models/Route/Meta.model.php
Namespace: Twist\Core\Models\Route
ogTypeBook
—
Name | Description |
---|---|
[$arrAuthor = array()] | n/a |
[$strISBN = null] | n/a |
[$mxdReleaseDate = null] | n/a |
[$mxdTags = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrAuthor = array();
$strISBN = null;
$mxdReleaseDate = null;
$mxdTags = null;
//Call the function ogTypeBook with the example vars
$resMeta = new \Twist\Core\Models\Route\Meta();
$resMeta -> ogTypeBook($arrAuthor, $strISBN, $mxdReleaseDate, $mxdTags);