\WikiLingo\RendererElement

Class Base

Summary

Methods
Properties
Constants
__construct()
setInline()
setStandard()
setOpen()
setClose()
render()
setAttribute()
renderChildren()
$type
$name
$state
$attributes
$detailedAttributes
$useDetailedAttributes
$classes
$detailedAttributesClass
$children
$staticChildren
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$type

$type

$name

$name

$state

$state

$attributes

$attributes

$detailedAttributes

$detailedAttributes

$useDetailedAttributes

$useDetailedAttributes

$classes

$classes

$detailedAttributesClass

$detailedAttributesClass

$children

$children

$staticChildren

$staticChildren

Methods

__construct()

__construct(mixed $type, mixed $name)

Parameters

mixed $type
mixed $name

setInline()

setInline()

setStandard()

setStandard()

setOpen()

setOpen()

setClose()

setClose()

render()

render() : string

tag creation, should only be used with items that are directly related to wiki syntax, buttons etc, should use Helper

Returns

string —

$tag desired output from syntax

setAttribute()

setAttribute(String $attr, String $value) : $this

Parameters

String $attr
String $value

Returns

$this

renderChildren()

renderChildren() : string

Returns

string