function crumbs_Debug_CandidateLogger::addCandidate in Crumbs, the Breadcrumbs suite 7.2
Parameters
string $key:
int $weight:
string $raw:
string $processed:
File
- lib/
Debug/ CandidateLogger.php, line 136
Class
Code
function addCandidate($key, $weight, $raw, $processed) {
$this->info['candidates'][$key] = compact('weight', 'raw', 'processed');
}