コード例 #1
0
ファイル: TextNode.php プロジェクト: mschop/noteephp
 public function __construct(string $text, Escaper $escaper)
 {
     $this->text = $escaper->escapeHtml($text);
 }