34 $this->elements = $this->block->elements;
38 if ($context->get(
'IsInline') ===
false) {
39 return $this->block->validateChildren(
40 $tokens_of_children, $config, $context);
42 return $this->
inline->validateChildren(
43 $tokens_of_children, $config, $context);