コード例 #1
0
ファイル: RuleViolation.php プロジェクト: Tjorriemorrie/app
 /**
  * Returns the file name where this rule violation was detected.
  *
  * @return string
  */
 public function getFileName()
 {
     return $this->_node->getFileName();
 }