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