TwistPHP Documentation

ogTypeProfile

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

ogTypeProfile

Parameters

Name Type Description
[$strFirstName = null]stringn/a
[$strLastName = null]stringn/a
[$strUsername = null]stringn/a
[$strGender = null]stringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strFirstName null;
$strLastName null;
$strUsername null;
$strGender null;

//Call the function ogTypeProfile with the example vars
$resMeta = new \Twist\Core\Models\Route\Meta();
$resMeta -> ogTypeProfile($strFirstName$strLastName$strUsername$strGender);