Merge branch 'MDL-78159-master' of https://github.com/meirzamoodle/moodle

This commit is contained in:
Andrew Nicols
2023-06-22 14:29:38 +02:00
committed by Sara Arjona
26 changed files with 152 additions and 28 deletions
+6
View File
@@ -568,6 +568,12 @@ class filterobject {
/** @var null|string once initialised, holds the mangled HTML to replace the regexp with. */
public $workreplacementphrase = null;
/** @var null|callable hold a replacement function to be called. */
public $replacementcallback;
/** @var null|array data to be passed to $replacementcallback. */
public $replacementcallbackdata;
/**
* Constructor.
*