shortcut.php 78 B

12345
  1. <?php
  2. function C($className)
  3. {
  4. return LtObjectUtil::singleton($className);
  5. }