final |
---|
Methods | ||
---|---|---|
public
|
__construct()
|
# |
public
|
tokenize(string $template): Generator<Token>
|
# |
public
|
setState(string $state, ...$args): void
|
# |
public
|
pushState(string $state, ...$args): void
|
# |
public
|
popState(): void
|
# |
public
|
getState(): string
|
# |
public
|
setSyntax(?string $type, ?string $endTag = null): static
|
# |
public
|
popSyntax(): void
|
# |
Constants | |||
---|---|---|---|
public
|
StatePlain = 'Plain'
|
# | |
public
|
StateLatteTag = 'LatteTag'
|
# | |
public
|
StateLatteComment = 'LatteComment'
|
# | |
public
|
StateHtmlText = 'HtmlText'
|
# | |
public
|
StateHtmlTag = 'HtmlTag'
|
# | |
public
|
StateHtmlQuotedValue = 'HtmlQuotedValue'
|
# | |
public
|
StateHtmlQuotedNAttrValue = 'HtmlQuotedNAttrValue'
|
# | |
public
|
StateHtmlRawText = 'HtmlRawText'
|
# | |
public
|
StateHtmlComment = 'HtmlComment'
|
# | |
public
|
StateHtmlBogus = 'HtmlBogus'
|
# | |
public
|
ReTagName = '[a-zA-Z][a-zA-Z0-9:_.-]*'
|
# | |
public
|
NPrefix = 'n:'
|
# |