File path: dist/twist/Core/Models/Database/ProtocolJSON.model.php
Namespace: Twist\Core\Models\Database
processQueryLimit
—
Name | Description |
---|---|
$arrMatches | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrMatches = array(0 => 'foo', 1 => 'bar');
//Call the function processQueryLimit with the example vars
$resProtocolJSON = new \Twist\Core\Models\Database\ProtocolJSON();
$resProtocolJSON -> processQueryLimit($arrMatches);