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();
 }