[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/ocramius/proxy-manager/src/ProxyManager/FileLocator/ -> FileLocatorInterface.php (source)

   1  <?php
   2  
   3  declare(strict_types=1);
   4  
   5  namespace ProxyManager\FileLocator;
   6  
   7  /**
   8   * Basic autoloader utilities required to work with proxy files
   9   *
  10   * @author Marco Pivetta <ocramius@gmail.com>
  11   * @license MIT
  12   */
  13  interface FileLocatorInterface
  14  {
  15      /**
  16       * Retrieves the file name for the given proxy
  17       */
  18      public function getProxyFileName(string $className) : string;
  19  }


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