PageRenderTime 51ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/3.0/modules/purifier/vendor/HTMLPurifier/HTMLPurifier/Token/Empty.php

http://github.com/gallery/gallery3-contrib
PHP | 11 lines | 4 code | 3 blank | 4 comment | 0 complexity | 1d58135f2c1818073e9d09e6fab89a0c MD5 | raw file
Possible License(s): GPL-3.0, GPL-2.0, LGPL-2.1
  1. <?php defined("SYSPATH") or die("No direct script access.");
  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