Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (OutputFormatterStyleInterface $emptyStyle=null) | |
reset () | |
push (OutputFormatterStyleInterface $style) | |
pop (OutputFormatterStyleInterface $style=null) | |
getCurrent () | |
setEmptyStyle (OutputFormatterStyleInterface $emptyStyle) | |
getEmptyStyle () | |
Attributs privés | |
$styles | |
$emptyStyle | |
__construct | ( | OutputFormatterStyleInterface | $emptyStyle = null | ) |
getCurrent | ( | ) |
Computes current style with stacks top codes.
Références OutputFormatterStyleStack\$emptyStyle.
getEmptyStyle | ( | ) |
Références OutputFormatterStyleStack\$emptyStyle.
pop | ( | OutputFormatterStyleInterface | $style = null | ) |
Pops a style from the stack.
InvalidArgumentException | When style tags incorrectly nested |
Références OutputFormatterStyleStack\$emptyStyle, $style, et null.
push | ( | OutputFormatterStyleInterface | $style | ) |
Pushes a style in the stack.
Références $style.
reset | ( | ) |
Resets stack (ie. empty internal arrays).
Implémente ResetInterface.
Référencé par OutputFormatterStyleStack\__construct().
setEmptyStyle | ( | OutputFormatterStyleInterface | $emptyStyle | ) |
Références OutputFormatterStyleStack\$emptyStyle, et $this.
|
private |
|
private |