Home
last modified time | relevance | path

Searched refs:regexCaptures (Results 1 – 1 of 1) sorted by relevance

/plugin/strata/helper/
H A Dsyntax.php34 var $regexCaptures = array( variable in helper_plugin_strata_syntax_RegexHelper
57 if(array_key_exists($name, $this->regexCaptures)) {
58 list($pattern, $names) = $this->regexCaptures[$name];