| /plugin/webcomponent/ |
| D | webcomponent.php | 58 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 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();
|
| /plugin/combo/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());
|
| /plugin/webcomponent/syntax/ |
| D | unit.php | 29 return webcomponent::getTagName(get_called_class()); 184 return webcomponent::getTagName(get_called_class());
|
| D | math.php | 164 return webcomponent::getTags(get_called_class()); 169 return webcomponent::getTagName(get_called_class());
|
| D | console.php | 142 return webcomponent::getTagName(get_called_class());
|
| D | card.php | 290 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4); 297 $elements[] = webcomponent::getTagName(get_called_class());
|
| D | container.php | 162 return webcomponent::getTagName(get_called_class());
|
| D | cite.php | 94 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
|
| D | group.php | 167 return webcomponent::getTagName(get_called_class());
|
| D | brand.php | 114 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
|
| D | navbar.php | 171 return webcomponent::getTagName(get_called_class());
|
| D | collapse.php | 171 return webcomponent::getTagName(get_called_class());
|
| D | search.php | 95 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
|
| D | button.php | 252 return webcomponent::getTagName(get_called_class());
|
| D | dropdown.php | 244 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
|
| D | blockquote.php | 238 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
|
| /plugin/minimap/ |
| D | syntax.php | 390 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 D | Entity.php | 30 $class = get_called_class(); 35 $class = get_called_class();
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Strict.php | 24 $class = get_called_class();
|