PageRenderTime 49ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/common/libraries/plugin/htmlpurifier/library/HTMLPurifier/Token/Empty.php

https://bitbucket.org/ywarnier/chamilo-dev
PHP | 11 lines | 4 code | 3 blank | 4 comment | 0 complexity | cf494a7f13f060e24eec652b154d6664 MD5 | raw file
Possible License(s): GPL-2.0, BSD-3-Clause, LGPL-2.1, LGPL-3.0, GPL-3.0, MIT
  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