CommentArray::renderAll()

Render all comments and a comments form below it

Usage

// basic usage
$string = $commentArray->renderAll();

// usage with all arguments
$string = $commentArray->renderAll(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