Пример #1
0
 public function writeClosingTag(TagBuilder $builder)
 {
     $this->buffer .= $builder->buildClosingTag();
     return $this;
 }