TwistPHP Documentation

ogTypeBook

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

ogTypeBook

Parameters

Name Type Description
[$arrAuthor = array()]arrayn/a
[$strISBN = null]stringn/a
[$mxdReleaseDate = null]mixedn/a
[$mxdTags = null]mixedn/a

Return Values

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

Example

<?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);