collect() публичный Метод

Collects the data from the collectors
public collect ( ) : array
Результат array
Пример #1
0
 /**
  * Collects the data from the collectors
  *
  * @return array 
  * @static 
  */
 public static function collect()
 {
     return \Barryvdh\Debugbar\LaravelDebugbar::collect();
 }