collect() public method

Collects the data from the collectors
public collect ( ) : array
return array
コード例 #1
0
 /**
  * Collects the data from the collectors
  *
  * @return array 
  * @static 
  */
 public static function collect()
 {
     return \Barryvdh\Debugbar\LaravelDebugbar::collect();
 }