__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package Joomla.Administrator
* @subpackage com_finder
*
* @copyright (C) 2022 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
namespace Joomla\Component\Finder\Administrator\Indexer;
/**
* Debugging indexer class for the Finder indexer package.
*
* @since 5.0.0
* @internal
*/
class DebugIndexer extends Indexer
{
/**
* The result object from the last call to self::index()
*
* @var Result
*
* @since 5.0.0
*/
public static $item;
/**
* Stub for index() in indexer class
*
* @param Result $item Result object to index
* @param string $format Format to index
*
* @return void
*
* @since 5.0.0
*/
public function index($item, $format = 'html')
{
self::$item = $item;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Language | Folder | 0775 |
|
|
| Parser | Folder | 0775 |
|
|
| Adapter.php | File | 26.45 KB | 0664 |
|
| DebugAdapter.php | File | 26.86 KB | 0664 |
|
| DebugIndexer.php | File | 910 B | 0664 |
|
| Helper.php | File | 15.85 KB | 0664 |
|
| Indexer.php | File | 37.11 KB | 0664 |
|
| Language.php | File | 5.09 KB | 0664 |
|
| Parser.php | File | 3.48 KB | 0664 |
|
| Query.php | File | 44.74 KB | 0664 |
|
| Result.php | File | 14.33 KB | 0664 |
|
| Taxonomy.php | File | 16.29 KB | 0664 |
|
| Token.php | File | 4.84 KB | 0664 |
|