예제 #1
0
파일: Filesystem.php 프로젝트: qcodo/qcodo
 /**
  * Starts the collection of loaded files.
  *
  * @since  Method available since Release 3.3.0
  */
 public static function collectStart()
 {
     self::$buffer = get_included_files();
 }