vBulletin v6.1.0

vB_Utility_Template_ParserNode_Text extends vB_Utility_Template_ParserNode
in package

Table of Contents

Methods

__construct()  : mixed
__serialize()  : array<string|int, mixed>
__sleep()  : array<string|int, mixed>
__unserialize()  : void
__wakeup()  : void
compile()  : string
Compile this tag. Note that you must account for children as well.
createFromNode()  : self
validate()  : array<string|int, mixed>
Validate the use of this tag. Can validate any aspects of the tag, including attributes, siblings, parents, and children

Methods

__serialize()

public __serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

__sleep()

public __sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>

__unserialize()

public __unserialize(mixed $serialized) : void
Parameters
$serialized : mixed

compile()

Compile this tag. Note that you must account for children as well.

public compile() : string
Return values
string

Evalable string

validate()

Validate the use of this tag. Can validate any aspects of the tag, including attributes, siblings, parents, and children

public validate() : array<string|int, mixed>
Return values
array<string|int, mixed>

Array of errors


        
On this page

Search results