Class: Gitblame
Source Location: /PHP_CodeSniffer-3.0.0/src/Reports/Gitblame.php
VersionControl
|
--Gitblame
Git blame report for PHP_CodeSniffer.
Author(s):
Copyright:
- 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
Inherited Variables
Inherited Methods
Class Details
[line
13]
Git blame report for PHP_CodeSniffer.
Class Variables
$reportName = 'GIT'
[line 21]
The name of the report we want in the output
Type:
string
Overrides:
Array
Method Detail
getAuthor [line 31]
mixed getAuthor(
string
$line)
Extract the author from a blame line.
- Return: string or false if impossible to recover.
- Access: protected
Overrides
VersionControl::getAuthor() (Extract the author from a blame line.)
Parameters:
string
$line
—
Line to parse.
getBlameContent [line 65]
array getBlameContent(
string
$filename)
Gets the blame output.
Overrides
VersionControl::getBlameContent() (Gets the blame output.)
Parameters:
string
$filename
—
File to blame.
Documentation generated on 2019年3月11日 14:23:13 -0400 by
phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.