File
in
Interface for files processed by the ProjectFactory
Table of Contents
Methods
- getContents() : string
- Returns the content of the file as a string.
- md5() : string
- Returns md5 hash of the file.
- path() : string
- Returns an relative path to the file.
Methods
getContents()
Returns the content of the file as a string.
public
getContents() : string
Return values
stringmd5()
Returns md5 hash of the file.
public
md5() : string
Return values
stringpath()
Returns an relative path to the file.
public
path() : string