PHP Class PHPMD\Rule\Design\DepthOfInheritance

Author: Manuel Pichler ([email protected])
Inheritance: extends PHPMD\AbstractRule, implements PHPMD\Rule\ClassAware
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Méthode Description
apply ( PHPMD\AbstractNode $node ) : void This method checks the number of parents for the given class node.

Method Details

apply() public méthode

This method checks the number of parents for the given class node.
public apply ( PHPMD\AbstractNode $node ) : void
$node PHPMD\AbstractNode
Résultat void