Home
last modified time | relevance | path

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

/template/strap/action/
H A Ddocustom.php32 const DO_PREFIX = "combo_"; define in action_plugin_combo_docustom
52 return self::DO_PREFIX . $fetcherName;
210 return strpos($actionName, self::DO_PREFIX) === 0;
215 return substr($actionName, strlen(self::DO_PREFIX));