Class: PHP_CodeSniffer_MultiFileSniff
Source Location: /PHP_CodeSniffer-1.3.0/CodeSniffer/MultiFileSniff.php
Represents a PHP_CodeSniffer multi-file sniff for sniffing coding standards.
Author(s):
Version:
Copyright:
- 2006 Squiz Pty Ltd (ABN 77 084 670 600)
Inherited Variables
Inherited Methods
Class Details
[line 31]
Represents a PHP_CodeSniffer multi-file sniff for sniffing coding standards.
A multi-file sniff is called after all files have been checked using the regular sniffs. The process() method is passed an array of PHP_CodeSniffer_File objects, one for each file checked during the script run.
Method Detail
process [line 43]
void process(
array
$files)
Called once per script run to allow for processing of this sniff.
Parameters:
array(PHP_CodeSniffer_File)
$files
—
The PHP_CodeSniffer files processed during the script run.
Documentation generated on 2019年3月11日 15:43:16 -0400 by
phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.