2019-09-06 23:53:10 +08:00

6 lines
78 B
PHP
Executable File

<?php
function C($className)
{
return LtObjectUtil::singleton($className);
}