コード例 #1
0
ファイル: Breadcrumb.php プロジェクト: Clansuite/Clansuite
 /**
  * Resets the breadcrumbs array.
  */
 public static function resetBreadcrumbs()
 {
     self::$path = array();
 }
コード例 #2
0
ファイル: Breadcrumb.php プロジェクト: ksst/kf
 /**
  * Resets the breadcrumbs array.
  */
 public static function resetBreadcrumbs()
 {
     self::$path = [];
 }