[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/vendor/symfony/console/Formatter/ -> OutputFormatterStyleStack.php (summary)

(no description)

File Size: 109 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

OutputFormatterStyleStack:: (7 methods):
  __construct()
  reset()
  push()
  pop()
  getCurrent()
  setEmptyStyle()
  getEmptyStyle()


Class: OutputFormatterStyleStack  - X-Ref


__construct(OutputFormatterStyleInterface $emptyStyle = null)   X-Ref


reset()   X-Ref
Resets stack (ie. empty internal arrays).


push(OutputFormatterStyleInterface $style)   X-Ref
Pushes a style in the stack.


pop(OutputFormatterStyleInterface $style = null)   X-Ref
Pops a style from the stack.

return: OutputFormatterStyleInterface

getCurrent()   X-Ref
Computes current style with stacks top codes.

return: OutputFormatterStyle

setEmptyStyle(OutputFormatterStyleInterface $emptyStyle)   X-Ref

return: $this

getEmptyStyle()   X-Ref

return: OutputFormatterStyleInterface



Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1