class SourceLocation extends Model (View source)

Properties

string $file
string $functionName
string $line

Methods

setFile($file)

No description

string
getFile()

No description

setFunctionName($functionName)

No description

string
getFunctionName()

No description

setLine($line)

No description

string
getLine()

No description

Details

setFile($file)

No description

Parameters

$file

string getFile()

No description

Return Value

string

setFunctionName($functionName)

No description

Parameters

$functionName

string getFunctionName()

No description

Return Value

string

setLine($line)

No description

Parameters

$line

string getLine()

No description

Return Value

string