11 public $type =
'strictblockquote';
32 if (
$result ===
false)
return array();
35 $def =
$config->getHTMLDefinition();
43 foreach (
$result as $i => $token) {
53 $ret[] = $block_wrap_start;
60 if (isset($this->elements[$token->name])) {
62 $ret[] = $block_wrap_end;
72 if ($is_inline)
$ret[] = $block_wrap_end;
78 $def =
$config->getHTMLDefinition();
81 $this->fake_elements = $def->info_content_sets[
'Flow'];
82 $this->fake_elements[
'#PCDATA'] =
true;