API Documentation for: 1.0.1
Show:

Lexer Class

Namespace: Canteen\Parser

Defines the syntax used for the the parsing

Item Index

Properties

Properties

CLOSE

String final static

Lexer for the closing of a parse tag

Default: '}}'

COND

String final static

Lexer for definition of an if conditional parse tag

Default: 'if:'

COND_END

String final static

Lexer for if closing if tag

Default: '/if:'

LOOP

String final static

Lexer for if opening loop tag

Default: 'for:'

LOOP_END

String final static

Lexer for if closing loop tag

Default: '/for:'

NOT

String final static

Lexer for if logical operator

Default: '!'

OPEN

String final static

Lexer for the opening of a parse tag

Default: '{{'

SEP

String final static

The property seperator similar to object "->"

Default: '.'

TEMPLATE

String final static

Lexer for if defining a template

Default: 'template:'