Example #1
0
 /**
  * Add a method of a class to ignore on parsing
  *
  * @param array $method
  */
 public function ignoreMethod($method)
 {
     $this->PHPParser->ignoreMethod($method);
 }