Home
last modified time | relevance | path

Searched refs:get_called_class (Results 1 – 25 of 33) sorted by relevance

12

/plugin/webcomponent/
H A Dwebcomponent.php58 public static function getTags($get_called_class) argument
61 $elementName = self::getTagName($get_called_class);
71 public static function getTagName($get_called_class) argument
73 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', $get_called_class, 4);
/plugin/combo/ComboStrap/
H A DExceptionRuntime.php32 $calledClass = get_called_class();
38 $calledClass = get_called_class();
H A DPluginUtility.php368 * getTageName(get_called_class())
372 * @param $get_called_class
375 public static function getTagName($get_called_class) argument
377 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', $get_called_class, 4);
383 * getAdminPageName(get_called_class())
386 * @param $get_called_class
389 public static function getAdminPageName($get_called_class) argument
391 $names = explode('_', $get_called_class);
403 * @param $get_called_class - the plugin class
406 public static function getTags($get_called_class) argument
[all...]
H A DExceptionCompile.php37 $calledClass = get_called_class();
/plugin/combo/syntax/
H A Dmath.php186 return PluginUtility::getTags(get_called_class());
191 return PluginUtility::getTagName(get_called_class());
H A Dunit.php32 return PluginUtility::getTagName(get_called_class());
193 return PluginUtility::getTagName(get_called_class());
H A Dminimap.php394 * @param $get_called_class
397 public static function getTagName($get_called_class) argument
399 list(/* $t */, /* $p */, $c) = explode('_', $get_called_class, 3);
408 return self::getTagName(get_called_class());
H A Dnavbarcollapse.php229 return PluginUtility::getTagName(get_called_class());
/plugin/webcomponent/syntax/
H A Dunit.php29 return webcomponent::getTagName(get_called_class());
184 return webcomponent::getTagName(get_called_class());
H A Dmath.php164 return webcomponent::getTags(get_called_class());
169 return webcomponent::getTagName(get_called_class());
H A Dconsole.php142 return webcomponent::getTagName(get_called_class());
H A Dcard.php290 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
297 $elements[] = webcomponent::getTagName(get_called_class());
H A Dcontainer.php162 return webcomponent::getTagName(get_called_class());
H A Dcite.php94 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
H A Dgroup.php167 return webcomponent::getTagName(get_called_class());
H A Dcollapse.php171 return webcomponent::getTagName(get_called_class());
H A Dbrand.php114 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
H A Dnavbar.php171 return webcomponent::getTagName(get_called_class());
H A Dsearch.php95 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
H A Dbutton.php252 return webcomponent::getTagName(get_called_class());
H A Ddropdown.php244 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
H A Dblockquote.php238 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
/plugin/minimap/
H A Dsyntax.php390 public static function getTagName($get_called_class) argument
392 list(/* $t */, /* $p */, $c) = explode('_', $get_called_class, 3);
401 return self::getTagName(get_called_class());
/plugin/bez/mdl/
H A DEntity.php30 $class = get_called_class();
35 $class = get_called_class();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DStrict.php24 $class = get_called_class();

12