bizext.php 98 B

12345
  1. <?php
  2. public function getLicenses()
  3. {
  4. return $this->loadExtension('bizext')->getLicenses();
  5. }