PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/core/model/modx/mysql/moduser.class.php

http://github.com/modxcms/revolution
PHP | 16 lines | 7 code | 1 blank | 8 comment | 0 complexity | 4f0494e193c85fb6b3e8a3366bf1bfbe MD5 | raw file
Possible License(s): GPL-2.0, Apache-2.0, BSD-3-Clause, LGPL-2.1
  1. <?php
  2. /*
  3. * This file is part of MODX Revolution.
  4. *
  5. * Copyright (c) MODX, LLC. All Rights Reserved.
  6. *
  7. * For complete copyright and license information, see the COPYRIGHT and LICENSE
  8. * files found in the top-level directory of this distribution.
  9. */
  10. include_once (strtr(realpath(dirname(__FILE__)), '\\', '/') . '/../moduser.class.php');
  11. /**
  12. * @package modx
  13. * @subpackage mysql
  14. */
  15. class modUser_mysql extends modUser {}