4 * Processors read associated arrays and register
12 * Main entry point, processes the information
14 * Callers should call "callback" after calling
17 * @param string $path Absolute path of JSON file
19 * @return array "credits" information to store
21 public function extractInfo( $path, array $info );
24 * @return array With 'globals', 'defines', 'callbacks', 'credits' keys.
26 public function getExtractedInfo();