Exemplo n.º 1
0
 /**
  * Resets breadcrumb chain array
  *
  * @return void
  */
 public static function clear()
 {
     self::$_list = array();
 }