PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/lib/htmlpurifier/HTMLPurifier/Token/Empty.php

https://bitbucket.org/ngmares/moodle
PHP | 11 lines | 4 code | 3 blank | 4 comment | 0 complexity | b38096253b7361aa606beabbd361e744 MD5 | raw file
Possible License(s): LGPL-2.1, AGPL-3.0, MPL-2.0-no-copyleft-exception, GPL-3.0, Apache-2.0, BSD-3-Clause
  1. <?php
  2. /**
  3. * Concrete empty token class.
  4. */
  5. class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
  6. {
  7. }
  8. // vim: et sw=4 sts=4