xuanxuan.php 315 B

123456789
  1. <?php
  2. public static function getLicensePropertyValue($propertyName)
  3. {
  4. return (new self)->loadExtension('xuanxuan')->getLicensePropertyValue($propertyName);
  5. }
  6. public static function ilMethod($module, $method, $extra = '')
  7. {
  8. return (new self)->loadExtension('xuanxuan')->ilMethod($module, $method, $extra);
  9. }