6 lines
79 B
PHP
6 lines
79 B
PHP
<?php
|
|
function CC($className)
|
|
{
|
|
return LtObjectUtil::singleton($className);
|
|
}
|