示例#1
0
 /**
  * Loads and parses map files
  * stores the data in internal entityList property
  *
  * @param $fileName
  * @return QuakeMap
  */
 public function load($fileName)
 {
     $parser = new FileParser($this);
     $parser->load($fileName);
 }