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