[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/maximebf/debugbar/src/DebugBar/DataCollector/ -> DataCollectorInterface.php (source)

   1  <?php
   2  /*
   3   * This file is part of the DebugBar package.
   4   *
   5   * (c) 2013 Maxime Bouroumeau-Fuseau
   6   *
   7   * For the full copyright and license information, please view the LICENSE
   8   * file that was distributed with this source code.
   9   */
  10  
  11  namespace DebugBar\DataCollector;
  12  
  13  /**
  14   * DataCollector Interface
  15   */
  16  interface DataCollectorInterface
  17  {
  18      /**
  19       * Called by the DebugBar when data needs to be collected
  20       *
  21       * @return array Collected data
  22       */
  23      function collect();
  24  
  25      /**
  26       * Returns the unique name of the collector
  27       *
  28       * @return string
  29       */
  30      function getName();
  31  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer