28 private readonly
string $input,
35 ->
setValue( self::AS_UNICODE_NOT_SUPPORTED );
if(!defined('MW_SETUP_CALLBACK'))
Abstract class for all constraints that can prevent edits.
Verify unicode constraint.
const VALID_UNICODE
Correct unicode.
__construct(private readonly string $input,)
Status returned by edit constraints and other page editing checks.
setValue(int $value)
Sets the value of the status.
static newFatal( $message,... $parameters)
Factory function for fatal errors.
static newGood( $value=null)
Factory function for good results.