CommentArray::renderForm()

Provides the default rendering of a comment form, which may or may not be what you want

Usage

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

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