You are here

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

crumbs_Debug_CandidateLogger

Code

function addCandidate($key, $weight, $raw, $processed) {
  $this->info['candidates'][$key] = compact('weight', 'raw', 'processed');
}