PageRenderTime 37ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/scalr-2/tags/scalr-2.0.0/app/src/Lib/Data/Text/HTMLPurifier/HTMLPurifier/Token/Empty.php

http://scalr.googlecode.com/
PHP | 9 lines | 4 code | 2 blank | 3 comment | 0 complexity | 3f9b92359c55c78354d5e26680cbc723 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, GPL-3.0
  1. <?php
  2. /**
  3. * Concrete empty token class.
  4. */
  5. class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag
  6. {
  7. }