function crumbs_Debug_CandidateLogger::endFindParent in Crumbs, the Breadcrumbs suite 7.2
Invoke all relevant plugins to find the parent for a given path.
Parameters
string $path:
array $item:
File
- lib/
Debug/ CandidateLogger.php, line 113
Class
Code
function endFindParent($path, $item) {
$this->logFindParent[] = $this->info + compact('path', 'item');
$this->info = array();
}