[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

(no description)

File Size: 121 lines (3 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
Constructor.

param: OutputFormatterStyleInterface|null $emptyStyle

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


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

param: OutputFormatterStyleInterface $style

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

param: OutputFormatterStyleInterface|null $style
return: OutputFormatterStyleInterface

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

return: OutputFormatterStyle

setEmptyStyle(OutputFormatterStyleInterface $emptyStyle)   X-Ref

param: OutputFormatterStyleInterface $emptyStyle
return: OutputFormatterStyleStack

getEmptyStyle()   X-Ref

return: OutputFormatterStyleInterface



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1