Searched refs:get_called_class (Results 1 – 8 of 8) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | ExceptionRuntime.php | 32 $calledClass = get_called_class(); 38 $calledClass = get_called_class();
|
| H A D | PluginUtility.php | 375 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 D | ExceptionCompile.php | 37 $calledClass = get_called_class();
|
| /template/strap/syntax/ |
| H A D | math.php | 186 return PluginUtility::getTags(get_called_class()); 191 return PluginUtility::getTagName(get_called_class());
|
| H A D | unit.php | 32 return PluginUtility::getTagName(get_called_class()); 193 return PluginUtility::getTagName(get_called_class());
|
| H A D | minimap.php | 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 D | navbarcollapse.php | 229 return PluginUtility::getTagName(get_called_class());
|
| /template/strap/admin/ |
| H A D | pagerules.php | 315 return PluginUtility::getAdminPageName(get_called_class());
|