[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/RemoteObject/Adapter/ -> XmlRpc.php (source)

   1  <?php
   2  
   3  declare(strict_types=1);
   4  
   5  namespace ProxyManager\Factory\RemoteObject\Adapter;
   6  
   7  /**
   8   * Remote Object XML RPC adapter
   9   *
  10   * @author Vincent Blanchon <blanchon.vincent@gmail.com>
  11   * @license MIT
  12   */
  13  class XmlRpc extends BaseAdapter
  14  {
  15      /**
  16       * {@inheritDoc}
  17       */
  18      protected function getServiceName(string $wrappedClass, string $method) : string
  19      {
  20          return $wrappedClass . '.' . $method;
  21      }
  22  }


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1