TwistPHP Documentation

processQueryOptions

File path: dist/twist/Core/Models/Database/ProtocolJSON.model.php
Namespace: Twist\Core\Models\Database
Extends:

processQueryOptionsExtract the options/Data form the query matches

Parameters

Name Type Description
$arrMatchesarrayn/a

Return Values

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

Example

<?php
//Set the variables for the example
$arrMatches = array(=> 'foo'=> 'bar');

//Call the function processQueryOptions with the example vars
$resProtocolJSON = new \Twist\Core\Models\Database\ProtocolJSON();
$resProtocolJSON -> processQueryOptions($arrMatches);