bizext.php 373 B

123456789101112131415
  1. <?php
  2. public function getUserCount()
  3. {
  4. return $this->loadExtension('bizext')->getUserCount();
  5. }
  6. public function getIoncubeProperties()
  7. {
  8. return $this->loadExtension('bizext')->getIoncubeProperties();
  9. }
  10. public function createManageExtMemberLink($dept, $extCode)
  11. {
  12. return helper::createLink('admin', 'manageExtMember', "extCode=$extCode&deptID={$dept->id}");
  13. }