Home
last modified time | relevance | path

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

/plugin/wrap/conf/
H A Ddefault.php9 $conf['restrictionType'] = 0; //0= exclude restricted classes, 1=include restricted classes and exclude all others
H A Dmetadata.php9 $meta['restrictionType'] = array('multichoice','_choices' => array(0,1));
/plugin/wrap/
H A Dhelper.php64 $restrictionType = $this->getConf('restrictionType');
92 if ($restrictionType xor $classIsInList) continue;