TwistPHP Documentation

processQueryLimit

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

processQueryLimit

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 processQueryLimit with the example vars
$resProtocolJSON = new \Twist\Core\Models\Database\ProtocolJSON();
$resProtocolJSON -> processQueryLimit($arrMatches);