Collector Uses Container, Code, Color
Tags
Table of Contents
- $block_new_output : mixed
- $codePatternClose : mixed
- $codePatternOpen : mixed
- $codeReplacementClose : mixed
- $codeReplacementOpen : mixed
- $codes : mixed
- $codeSpecialClose : mixed
- $codeSpecialOpen : mixed
- $codeSpecialPatternClose : mixed
- $codeSpecialPatternOpen : mixed
- $codeSpecialReplacementClose : mixed
- $codeSpecialReplacementOpen : mixed
- $colormap_esc : mixed
- $colorPatternClose : mixed
- $colorPatternOpen : mixed
- $colorReplacement : mixed
- $colors : mixed
- $lotgdKernel : mixed
- $lotgdKernelContainer : mixed
- $nestedtags : mixed
- $output : mixed
- $serviceManager : mixed
- appoencode() : mixed
- This function puts the lotgd formatting `whatever into HTML tags.
- debug() : mixed
- Lets you display debug output (specially formatted, optionally only visible to SU_DEBUG users).
- get_block_new_output() : bool
- Returns if new output is blocked or not.
- get_colormap() : string
- Colormap for use with sanitize commands.
- get_colormap_escaped() : string
- Returns the Colormap like get_colormap() but escapes the dollar letter or the slash.
- get_colormap_escaped_array() : array<string|int, mixed>
- Returns the Colormap like get_colormap() but escapes the dollar letter or the slash.
- get_output() : the
- Returns the formatted output.
- get_rawoutput() : the
- Returns the formatted output.
- getCodePatternClose() : array<string|int, mixed>
- Get patterns for close code tag.
- getCodePatternOpen() : array<string|int, mixed>
- Get patterns for open code tag.
- getCodeReplacementClose() : mixed
- Get replacement for code close code colors.
- getCodeReplacementOpen() : mixed
- Get replacement for code open code colors.
- getCodes() : array<string|int, mixed>
- Get the complete color array.
- getCodeSpecialClose() : array<string|int, mixed>
- Get Specials for close code tag.
- getCodeSpecialOpen() : mixed
- Get Special for code open code colors.
- getCodeSpecialPatternClose() : array<string|int, mixed>
- Get patterns for close code tag.
- getCodeSpecialPatternOpen() : array<string|int, mixed>
- Get patterns for open code tag.
- getCodeSpecialReplacementClose() : mixed
- Get replacement for code close code colors.
- getCodeSpecialReplacementOpen() : mixed
- Get replacement for code open code colors.
- getColorPatternClose() : array<string|int, mixed>
- Get patterns for close color code.
- getColorPatternOpen() : array<string|int, mixed>
- Get patterns for open color code.
- getColorReplacementOpen() : mixed
- Get replacement for code open code colors.
- getColors() : array<string|int, mixed>
- Get the complete color array.
- getContainer() : object
- Get container.
- getKernel() : Kernel
- Get LoTGD Kernel.
- getService() : mixed
- Get container.
- rawoutput() : mixed
- Raw output (unprocessed) appended to the output buffer.
- set_block_new_output() : mixed
- If you want to block new output, this is your function.
- setContainer() : mixed
- Set container (Service Manager).
Properties
$block_new_output
protected
mixed
$block_new_output
= false
$codePatternClose
protected
mixed
$codePatternClose
$codePatternOpen
protected
mixed
$codePatternOpen
$codeReplacementClose
protected
mixed
$codeReplacementClose
$codeReplacementOpen
protected
mixed
$codeReplacementOpen
$codes
protected
mixed
$codes
$codeSpecialClose
protected
mixed
$codeSpecialClose
$codeSpecialOpen
protected
mixed
$codeSpecialOpen
$codeSpecialPatternClose
protected
mixed
$codeSpecialPatternClose
$codeSpecialPatternOpen
protected
mixed
$codeSpecialPatternOpen
$codeSpecialReplacementClose
protected
mixed
$codeSpecialReplacementClose
$codeSpecialReplacementOpen
protected
mixed
$codeSpecialReplacementOpen
$colormap_esc
protected
mixed
$colormap_esc
$colorPatternClose
protected
mixed
$colorPatternClose
$colorPatternOpen
protected
mixed
$colorPatternOpen
$colorReplacement
protected
mixed
$colorReplacement
$colors
protected
mixed
$colors
$lotgdKernel
protected
mixed
$lotgdKernel
$lotgdKernelContainer
protected
mixed
$lotgdKernelContainer
$nestedtags
protected
mixed
$nestedtags
= ['font' => false, 'div' => false, 'em' => false, 'b' => false, '<' => false, '>' => false, 'B' => false]
$output
protected
mixed
$output
= ''
$serviceManager
protected
mixed
$serviceManager
Methods
appoencode()
This function puts the lotgd formatting `whatever into HTML tags.
public
appoencode(string $data) : mixed
Parameters
- $data : string
-
the logd formatted string
Return values
mixed —debug()
Lets you display debug output (specially formatted, optionally only visible to SU_DEBUG users).
public
debug( $text[, $force = false ]) : mixed
Parameters
- $text :
-
The input text or variable to debug, string
- $force : = false
-
Default is false, if true it will always be outputted to ANY user. If false, only SU_DEBUG will see it.
Tags
Return values
mixed —get_block_new_output()
Returns if new output is blocked or not.
public
get_block_new_output() : bool
Return values
bool —get_colormap()
Colormap for use with sanitize commands.
public
get_colormap() : string
Return values
string —Returns only the codes with no spaces: $colorcode$colorcode...
get_colormap_escaped()
Returns the Colormap like get_colormap() but escapes the dollar letter or the slash.
public
get_colormap_escaped() : string
Return values
string —Returns only the codes with no spaces: $colorcode$colorcode...
get_colormap_escaped_array()
Returns the Colormap like get_colormap() but escapes the dollar letter or the slash.
public
get_colormap_escaped_array() : array<string|int, mixed>
Return values
array<string|int, mixed> —Returns only the codes as an array
get_output()
Returns the formatted output.
public
get_output() : the
Return values
the —complete output for the {content} tag
get_rawoutput()
Returns the formatted output.
public
get_rawoutput() : the
Return values
the —complete output WITHOUT closing open tags
getCodePatternClose()
Get patterns for close code tag.
public
getCodePatternClose() : array<string|int, mixed>
Return values
array<string|int, mixed> —getCodePatternOpen()
Get patterns for open code tag.
public
getCodePatternOpen() : array<string|int, mixed>
Return values
array<string|int, mixed> —getCodeReplacementClose()
Get replacement for code close code colors.
public
getCodeReplacementClose() : mixed
Return values
mixed —getCodeReplacementOpen()
Get replacement for code open code colors.
public
getCodeReplacementOpen() : mixed
Return values
mixed —getCodes()
Get the complete color array.
public
getCodes() : array<string|int, mixed>
Return values
array<string|int, mixed> —getCodeSpecialClose()
Get Specials for close code tag.
public
getCodeSpecialClose() : array<string|int, mixed>
Return values
array<string|int, mixed> —getCodeSpecialOpen()
Get Special for code open code colors.
public
getCodeSpecialOpen() : mixed
Return values
mixed —getCodeSpecialPatternClose()
Get patterns for close code tag.
public
getCodeSpecialPatternClose() : array<string|int, mixed>
Return values
array<string|int, mixed> —getCodeSpecialPatternOpen()
Get patterns for open code tag.
public
getCodeSpecialPatternOpen() : array<string|int, mixed>
Return values
array<string|int, mixed> —getCodeSpecialReplacementClose()
Get replacement for code close code colors.
public
getCodeSpecialReplacementClose() : mixed
Return values
mixed —getCodeSpecialReplacementOpen()
Get replacement for code open code colors.
public
getCodeSpecialReplacementOpen() : mixed
Return values
mixed —getColorPatternClose()
Get patterns for close color code.
public
getColorPatternClose() : array<string|int, mixed>
Return values
array<string|int, mixed> —getColorPatternOpen()
Get patterns for open color code.
public
getColorPatternOpen() : array<string|int, mixed>
Return values
array<string|int, mixed> —getColorReplacementOpen()
Get replacement for code open code colors.
public
getColorReplacementOpen() : mixed
Return values
mixed —getColors()
Get the complete color array.
public
getColors() : array<string|int, mixed>
Return values
array<string|int, mixed> —getContainer()
Get container.
public
getContainer([string $name = null ]) : object
Parameters
- $name : string = null
Return values
object —getKernel()
Get LoTGD Kernel.
public
getKernel() : Kernel
Return values
Kernel —getService()
Get container.
public
getService(string $name) : mixed
Parameters
- $name : string
Return values
mixed —rawoutput()
Raw output (unprocessed) appended to the output buffer.
public
rawoutput( $indata) : mixed
Parameters
Tags
Return values
mixed —set_block_new_output()
If you want to block new output, this is your function.
public
set_block_new_output(bool $block) : mixed
Parameters
- $block : bool
Return values
mixed —setContainer()
Set container (Service Manager).
public
setContainer(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface