관리-도구
편집 파일: CloseQuote.php
<?php namespace Dompdf\Css\Content; final class CloseQuote extends ContentPart { public function __toString(): string { return "close-quote"; } }