FieldtypeComments::count()
Given a field and a selector, return total quantity of comments matching the selector
Usage
// basic usage
$int = $fieldtypeComments->count($selectorString);
// usage with all arguments
$int = $fieldtypeComments->count($selectorString, $field = null);Arguments
| Name | Type(s) | Description |
|---|---|---|
$selectorString | string null | Selector string with query |
$field (optional) |
Return value
int
Exceptions
Method can throw exceptions on error:
WireException
FieldtypeComments methods and properties
API reference based on ProcessWire core version 3.0.252