Esempio n. 1
0
 /**
  * 2016-01-06
  * @used-by \Dfe\Markdown\Plugin\Ui\Component\Form\Element\Wysiwyg::beforePrepare()
  * @param _Editor $editor
  * @param string $html
  * @return string
  */
 public static function wrapIntoContainerSt(_Editor $editor, $html)
 {
     return $editor->_wrapIntoContainer($html);
 }