Comment::renderStars()
Render stars markup
Usage
// basic usage
$string = $comment->renderStars();
// usage with all arguments
$string = $comment->renderStars(array $options = []);Arguments
| Name | Type(s) | Description |
|---|---|---|
$options (optional) | array | See CommentArray::renderStars for $options |
Return value
string
Comment methods and properties
API reference based on ProcessWire core version 3.0.253