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.
파일 보기 프로젝트 열기: object-calisthenics/phpcs-calisthenics-rules

보호된 프로퍼티들

프로퍼티 타입 설명
$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