Overview

Namespaces

  • Deimos
    • Flow
      • Extension
        • TBlock
        • TFor
        • TForeach
        • TIF
        • TLiteral
        • TPHP
        • TSimple
        • TTry
        • TWhile
      • Traits
  • PHP

Classes

  • Block
  • Configure
  • DefaultConfig
  • DefaultContainer
  • Flow
  • FlowForeach
  • FlowFunction
  • ForeachState
  • Lexer
  • LexerConst
  • Tokenizer
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class LexerConst

Namespace: Deimos\Flow
Located at Flow/LexerConst.php
Constants summary
string T_FOREACH
# 'foreach'
string T_FOREACH_ELSE
# 'foreachelse'
string T_END_FOREACH
# '/foreach'
string T_FOR
# 'for'
string T_END_FOR
# '/for'
string T_WHILE
# 'while'
string T_END_WHILE
# '/while'
string T_CONTINUE
# 'continue'
string T_BREAK
# 'break'
string T_IF
# 'if'
string T_ELSE
# 'else'
string T_ELSEIF
# 'elseif'
string T_END_IF
# '/if'
string T_TRY
# 'try'
string T_CATCH
# 'catch'
string T_FINALLY
# 'finally'
string T_END_TRY
# '/try'
string T_PHP
# 'php'
string T_END_PHP
# '/php'
string T_ASSIGN
# 'assign'
string T_VARIABLE
# 'variable'
string T_INCLUDE
# 'include'
string T_PARTIAL
# 'partial'
string T_EXTENDS
# 'extends'
string T_BLOCK_START
# 'block'
string T_BLOCK_END
# '/block'
API documentation generated by ApiGen