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