[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/zendframework/zend-eventmanager/src/ -> SharedEventsCapableInterface.php (source)

   1  <?php
   2  /**
   3   * Zend Framework (http://framework.zend.com/)
   4   *
   5   * @link      http://github.com/zendframework/zend-eventmanager for the canonical source repository
   6   * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
   7   * @license   https://github.com/zendframework/zend-eventmanager/blob/master/LICENSE.md
   8   */
   9  
  10  namespace Zend\EventManager;
  11  
  12  /**
  13   * Interface indicating that an object composes or can compose a
  14   * SharedEventManagerInterface instance.
  15   */
  16  interface SharedEventsCapableInterface
  17  {
  18      /**
  19       * Retrieve the shared event manager, if composed.
  20       *
  21       * @return null|SharedEventManagerInterface
  22       */
  23      public function getSharedManager();
  24  }


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