コード例 #1
0
ファイル: RuleViolation.php プロジェクト: n2bh/phpmd
 /**
  * Returns the name of the package that contains this violation.
  *
  * @return string
  */
 public function getNamespaceName()
 {
     return $this->node->getNamespaceName();
 }