MediaWiki
REL1_31
Replacer.php
Go to the documentation of this file.
1
<?php
25
abstract
class
Replacer
{
29
public
function
cb
() {
30
return
[ $this,
'replace'
];
31
}
32
37
abstract
public
function
replace
( array
$matches
);
38
}
$matches
$matches
Definition
NoLocalSettings.php:24
Replacer
Base class for "replacers", objects used in preg_replace_callback() and StringUtils::delimiterReplace...
Definition
Replacer.php:25
Replacer\cb
cb()
Definition
Replacer.php:29
Replacer\replace
replace(array $matches)
includes
libs
replacers
Replacer.php
Generated on Mon Nov 25 2024 15:35:04 for MediaWiki by
1.10.0