PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/src/html/tags/r/Rb.php

http://github.com/facebook/xhp
PHP | 15 lines | 5 code | 1 blank | 9 comment | 0 complexity | 82574356b3830d2e766c44c9e9600cf0 MD5 | raw file
Possible License(s): MIT, MPL-2.0-no-copyleft-exception
  1. <?hh // strict
  2. /*
  3. * Copyright (c) 2015, Facebook, Inc.
  4. * All rights reserved.
  5. *
  6. * This source code is licensed under the BSD-style license found in the
  7. * LICENSE file in the root directory of this source tree. An additional grant
  8. * of patent rights can be found in the PATENTS file in the same directory.
  9. *
  10. */
  11. class :rb extends :xhp:html-element {
  12. children (pcdata | %phrase)+;
  13. protected string $tagName = 'rb';
  14. }