PHP Class PHPMD\Node\Annotations

Author: Manuel Pichler ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( PHPMD\AbstractNode $node ) Constructs a new collection instance.
suppresses ( PHPMD\Rule $rule ) : boolean Checks if one of the annotations suppresses the given rule.

Method Details

__construct() public méthode

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

suppresses() public méthode

Checks if one of the annotations suppresses the given rule.
public suppresses ( PHPMD\Rule $rule ) : boolean
$rule PHPMD\Rule
Résultat boolean