JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.sonar.plugins.php.api.visitors
Interface PhpFile
All Known Implementing Classes:
PhpFileImpl
,
PhpTestFile
public interface
PhpFile
Class representing a file being analysed by our PHP analyzer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
contents
()
String
filename
()
String
key
()
URI
uri
()
Method Details
contents
String
contents
()
filename
String
filename
()
Returns:
Filename for this file (including extension). For example: MyFile.php.
uri
URI
uri
()
Returns:
Unique identifier of the file. It may not be a file:// URI, as it may not exist physically.
key
String
key
()