Home
last modified time | relevance | path

Searched +full:restrictedclasses +(+path:plugin +path:wrap) -(+path:plugin +path:wrap +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/wrap/conf/
H A Ddefault.php8 $conf['restrictedClasses'] = ''; //restrict usage of plugin to these classes (comma separated)
H A Dmetadata.php8 $meta['restrictedClasses'] = array('string');
/plugin/wrap/
H A Dhelper.php59 // restrictedClasses : comma separated class names that should be checked
62 $restrictedClasses = ($this->getConf('restrictedClasses')) ?
63 $pattern($this->getConf('restrictedClasses')) : '';
89 if ($restrictedClasses) {
90 $classIsInList = preg_match($restrictedClasses, $token);