PHP Class PHPMD\Rule\Design\DepthOfInheritance

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

Public Methods

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

Method Details

apply() public method

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