typeHint = ezcTemplateAstNode::TYPE_ARRAY; } /** * Constructs a new ezcTemplate Literal array. */ public function __construct( ) { parent::__construct(); $this->checkAndSetTypeHint(); } } ?>