PHP Класс ObjectCalisthenics\AbstractDataStructureLengthSniff

This sniff is the base for class, interface, trait, function and method length checks as part of "Keep your classes small" object calisthenics rule.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$maxLength integer Maximum data structure length.

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

Метод Описание
process ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr )

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

process() публичный Метод

public process ( PHP_CodeSniffer_File $phpcsFile, integer $stackPtr )
$phpcsFile PHP_CodeSniffer_File
$stackPtr integer

Описание свойств

$maxLength защищенное свойство

Maximum data structure length.
protected int $maxLength
Результат integer