function crumbs_TrailFinder::getForPath in Crumbs, the Breadcrumbs suite 7.2
Parameters
string $path:
Return value
array
File
- lib/
TrailFinder.php, line 29
Class
Code
function getForPath($path) {
return $this
->buildTrail($path);
}
string $path:
array
function getForPath($path) {
return $this
->buildTrail($path);
}