PHP Класс PHPMD\Rule\Design\DepthOfInheritance

Автор: Manuel Pichler ([email protected])
Наследование: extends PHPMD\AbstractRule, implements PHPMD\Rule\ClassAware
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
apply ( PHPMD\AbstractNode $node ) : void This method checks the number of parents for the given class node.

Описание методов

apply() публичный метод

This method checks the number of parents for the given class node.
public apply ( PHPMD\AbstractNode $node ) : void
$node PHPMD\AbstractNode
Результат void