Exemplo n.º 1
0
 /**
  * Starts the collection of loaded files.
  *
  * @since  Method available since Release 3.3.0
  */
 public static function collectStart()
 {
     self::$buffer = get_included_files();
 }