phpDocumentor

ReEncodedFile
in package
implements File

FinalYes

Table of Contents

Interfaces

File

Properties

$contents  : UnicodeString
$path  : string

Methods

__construct()  : mixed
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.

Properties

Methods

__construct()

public __construct(string $path, UnicodeString $contents) : mixed
Parameters
$path : string
$contents : UnicodeString

getContents()

Returns the content of the file as a string.

public getContents() : string
Return values
string

md5()

Returns md5 hash of the file.

public md5() : string
Return values
string

path()

Returns an relative path to the file.

public path() : string
Return values
string

        
On this page

Search results