/**
  * @return array
  */
 public function getFunctionNames()
 {
     return $this->fileScanner->getFunctionNames();
 }