Comment
in package
implements
Positionable, Renderable
Uses
Position
Interfaces, Classes and Traits
- Positionable
- Represents a CSS item that may have a position in the source CSS document (line number and possibly column number).
- Renderable
Table of Contents
- __construct() : mixed
- __toString() : string
- getComment() : string
- render() : string
- setComment() : void
Methods
__construct()
public
__construct([string $sComment = '' ], int $iLineNo) : mixed
Parameters
- $sComment : string = ''
- $iLineNo : int
Return values
mixed —__toString()
public
__toString() : string
Tags
Return values
string —getComment()
public
getComment() : string
Return values
string —render()
public
render(OutputFormat|null $oOutputFormat) : string
Parameters
- $oOutputFormat : OutputFormat|null
Return values
string —setComment()
public
setComment(string $sComment) : void
Parameters
- $sComment : string
