3.2.1. Class fields

The class fields described below are intented to the instruction programmers:

Table 3.2. optClass: fields

optClass: fields
NameTypeDescription
$tploptClassThe template parser object.
$processorsArrayAn assotiative array of registered instruction processors. The two default processors are "generic" and "component". Do not write anything to this array on your own.
$translatorArrayA buffer of registered instruction tags (keys) and their types (values). Do not write anything to this array on your own.
$mapperArrayA buffer of registered instruction tags pointing to their processors. Do not write anything to this array on your own.
$dynamicBooleanIf true, the generated code generates a fully dynamic content, that is not cached with the output cache system.
$dynamicBooleanIf true, the generated code generates a fully dynamic content, that is not cached with the output cache system.
$genericBufferArrayA buffer for the shared content between the instructions. Each instruction must firstly create its own unique buffer there in order to use it.