Exemplo n.º 1
0
 /**
  * @param  Texy
  * @param  TexyHtml
  */
 public function __construct(Texy $texy, TexyHtml $element, $indented)
 {
     $this->texy = $texy;
     $this->element = $element;
     $this->indented = (bool) $indented;
     $this->patterns = $texy->getBlockPatterns();
 }