VariableInlineNode
extends InlineNode
in package
FinalYes
Table of Contents
Constants
- TYPE = 'variable'
Properties
- $classes : array<string|int, string>
- $options : array<string, scalar|null>
- $value : TValue
- $child : Node|null
- $type : string
Methods
- __construct() : mixed
- getChild() : Node
- getClasses() : array<string|int, string>
- getClassesString() : string
- getOption() : mixed
- getOptions() : array<string, scalar|null>
- getType() : string
- getValue() : TValue
- hasOption() : bool
- setChild() : void
- setClasses() : void
- Normalizes class names following the rules of identifier-normalization
- setValue() : void
- toString() : string
- withKeepExistingOptions() : static
- Adds $options as default options without overriding any options already set.
- withOptions() : static
Constants
TYPE
public
final mixed
TYPE
= 'variable'
Properties
$classes
protected
array<string|int, string>
$classes
= []
$options
protected
array<string, scalar|null>
$options
= []
$value
protected
TValue
$value
$child
private
Node|null
$child
= null
$type read-only
private
string
$type
Methods
__construct()
public
__construct(string $value) : mixed
Parameters
- $value : string
getChild()
public
getChild() : Node
Return values
NodegetClasses()
public
getClasses() : array<string|int, string>
Return values
array<string|int, string>getClassesString()
public
getClassesString() : string
Return values
stringgetOption()
public
getOption(string $name[, TType|null $default = null ]) : mixed
Parameters
- $name : string
- $default : TType|null = null
Tags
getOptions()
public
getOptions() : array<string, scalar|null>
Return values
array<string, scalar|null>getType()
public
getType() : string
Return values
stringgetValue()
public
getValue() : TValue
Return values
TValuehasOption()
public
hasOption(string $name) : bool
Parameters
- $name : string
Return values
boolsetChild()
public
setChild(Node $child) : void
Parameters
- $child : Node
setClasses()
Normalizes class names following the rules of identifier-normalization
public
setClasses(array<string|int, string> $classes) : void
Parameters
- $classes : array<string|int, string>
Tags
setValue()
public
setValue(TValue $value) : void
Parameters
- $value : TValue
toString()
public
toString() : string
Return values
stringwithKeepExistingOptions()
Adds $options as default options without overriding any options already set.
public
withKeepExistingOptions(array<string, scalar|null> $options) : static
Parameters
- $options : array<string, scalar|null>
Return values
staticwithOptions()
public
withOptions(array<string, scalar|null> $options) : static
Parameters
- $options : array<string, scalar|null>