PHP Класс PHPMD\Node\Annotations

Автор: Manuel Pichler ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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