Provides the default rendering of a comment list, which may or may not be what you want
Usage
// basic usage
$string = $commentArray->render();
// usage with all arguments
$string = $commentArray->render(array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
options (optional) | array |
Return value
string
CommentArray methods and properties
API reference based on ProcessWire core version 3.0.236