CommentArray::render()

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

NameType(s)Description
$options (optional)array

Return value

string


CommentArray methods and properties

API reference based on ProcessWire core version 3.0.251