PHP 클래스 PHPMD\Node\Annotations

저자: Manuel Pichler ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( PHPMD\AbstractNode $node ) Constructs a new collection instance.
suppresses ( PHPMD\Rule $rule ) : boolean Checks if one of the annotations suppresses the given rule.

메소드 상세

__construct() 공개 메소드

Constructs a new collection instance.
public __construct ( PHPMD\AbstractNode $node )
$node PHPMD\AbstractNode

suppresses() 공개 메소드

Checks if one of the annotations suppresses the given rule.
public suppresses ( PHPMD\Rule $rule ) : boolean
$rule PHPMD\Rule
리턴 boolean