Overview

Namespaces

  • Thelia
    • Action
    • Config
    • Controller
    • Core
      • Bundle
      • DependencyInjection
        • Compiler
        • Loader
      • Event
      • EventListener
      • Template
        • BaseParam
    • Exception
    • Log
      • Destination
    • Model
      • map
      • om
    • Routing
      • Matcher
    • Tools
    • Tpex
      • BaseParam
      • Element
        • Loop
        • TestLoop
      • Event
      • Exception
      • Filter
      • Tokenizer

Classes

  • Tools
  • Tpex
  • TpexEvents
  • TpexToken
  • Overview
  • Namespace
  • Class
  • Tree

Class TpexToken

Final
Namespace: Thelia\Tpex
Located at core/lib/Thelia/Tpex/TpexToken.php
Constants summary
integer OSL 1
#

Open Simple Loop

Open Simple Loop

integer CSL 2
#

Close Simple Loop

Close Simple Loop

integer OCL 3
#

Open Conditional Loop

Open Conditional Loop

integer ECL 4
#

Else Conditional Loop

Else Conditional Loop

integer CCL 5
#

Close Conditional Loop

Close Conditional Loop

integer TXT 7
#

TXT

TXT

integer OTL 8
#

Open Test Loop

Open Test Loop

integer ETL 9
#

Else Test Loop

Else Test Loop

integer CTL 10
#

Close Test Loop

Close Test Loop

integer OCM 11
#

Open Comment

Open Comment

integer CCM 12
#

Close Comment

Close Comment

integer ORL 13
#

Open Repeat Loop

Open Repeat Loop

integer CRL 14
#

Close Repeat Loop

Close Repeat Loop

integer OCVL 15
#

Open Conditional Var Loop

Open Conditional Var Loop

integer ECVL 16
#

Else Conditional Var Loop

Else Conditional Var Loop

integer CCVL 17
#

Close Conditional Var Loop

Close Conditional Var Loop

integer TPEX_SIMPLE_LOOP 1
#
integer TPEX_COND_LOOP 2
#
integer TPEX_TEST_LOOP 3
#
integer TPEX_TEXT 4
#
integer TPEX_CONTENT 5
#
integer TPEX_REPEAT_LOOP 6
#
integer TPEX_COND_VAR_LOOP 7
#
string ITER_SEP "\x01"
#
string COUPLE_SEP "\x02"
#
string ASSIGN_SEP "\x03"
#
string START_MARK "\x04"
#
thelia API documentation generated by ApiGen 2.8.0