MarkupQA::error()
Record error message to image-errors log
Usage
// basic usage
$markupQA->error(string $text);
// usage with all arguments
$markupQA->error(string $text, int $flags = 0);
Arguments
Name | Type(s) | Description |
---|---|---|
$text | string | |
$flags (optional) | int |
Return value
$this
Object instance it was called from (method supports fluent interface).
MarkupQA methods and properties
API reference based on ProcessWire core version 3.0.251