Interfaces, Classes and Traits
- Renderable
Table of Contents
-
$iLineNo
: mixed
-
$sComment
: mixed
-
__construct()
: mixed
-
__toString()
: string
-
getComment()
: string
-
getLineNo()
: int
-
render()
: string
-
setComment()
: string
$iLineNo
protected
mixed
$iLineNo
protected
mixed
$sComment
__construct()
public
__construct([mixed $sComment = '' ], mixed $iLineNo) : mixed
Parameters
-
$sComment
: mixed
= ''
-
-
$iLineNo
: mixed
-
Return values
mixed
—
__toString()
public
__toString() : string
Return values
string
—
public
getComment() : string
Return values
string
—
getLineNo()
public
getLineNo() : int
Return values
int
—
render()
public
render(OutputFormat $oOutputFormat) : string
Parameters
-
$oOutputFormat
: OutputFormat
-
Return values
string
—
public
setComment(mixed $sComment) : string
Parameters
-
$sComment
: mixed
-
Return values
string
—