Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
H A DphpQuery-onefile.php3418 } else if (isset(phpQuery::$pluginsMethods[$method])) {
3420 $class = phpQuery::$pluginsMethods[$method];
4425 public static $pluginsMethods = array(); variable in phpQuery
4880 $targetRef2 = &self::$pluginsMethods;
4959 if (isset(self::$pluginsMethods[$method])) {
4960 …' from plugin '{$c}' conflicts with same method from plugin '".self::$pluginsMethods[$method]."'");
4963 self::$pluginsMethods[$method] = $class;