/** * Resets the breadcrumbs array. */ public static function resetBreadcrumbs() { self::$path = array(); }
/** * Resets the breadcrumbs array. */ public static function resetBreadcrumbs() { self::$path = []; }