Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DExceptionRuntime.php32 $calledClass = get_called_class();
38 $calledClass = get_called_class();
H A DPluginUtility.php375 public static function getTagName($get_called_class) argument
377 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', $get_called_class, 4);
389 public static function getAdminPageName($get_called_class) argument
391 $names = explode('_', $get_called_class);
406 public static function getTags($get_called_class) argument
409 $elementName = PluginUtility::getTagName($get_called_class);
H A DExceptionCompile.php37 $calledClass = get_called_class();
/template/strap/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.php397 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());
/template/strap/admin/
H A Dpagerules.php315 return PluginUtility::getAdminPageName(get_called_class());