PHP_CodeSniffer
[ class tree: PHP_CodeSniffer ] [ index: PHP_CodeSniffer ] [ all elements ]

Class: PHP_CodeSniffer_MultiFileSniff

Source Location: /PHP_CodeSniffer-1.3.0/CodeSniffer/MultiFileSniff.php

Class Overview


Represents a PHP_CodeSniffer multi-file sniff for sniffing coding standards.


Author(s):

Version:

  • Release: 1.3.0

Copyright:

  • 2006 Squiz Pty Ltd (ABN 77 084 670 600)

Methods


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.



[ Top ]


Method Detail

process   [line 43]

void process( array $files)

Called once per script run to allow for processing of this sniff.
  • Access: public

Parameters:

array(PHP_CodeSniffer_File)   $files   —  The PHP_CodeSniffer files processed during the script run.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:43:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.