Example #1
0
 /**
  * Returns the events raised from processing this file.
  *
  * If $line and/or $column are specified, only relative Events are returned.
  * 
  * @param int $line
  * @param int $column
  * 
  * @return array
  */
 public function getEvents($line = null, $column = null)
 {
     return $this->_events->getEvents($line, $column);
 }