PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
akeebabackupwp
/
app
/
vendor
/
akeeba
/
awf
/
src
/
Helper
<?php /** * @package awf * @copyright Copyright (c)2014-2026 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU GPL version 3 or later */ namespace Awf\Helper; interface HelperInterface { /** * Returns the prefix of the helper * * @return string * * @since 1.1.0 */ public function getName(): string; }
[+]
..
[-] AbstractHelper.php
[edit]
[-] HelperService.php
[edit]
[-] HelperInterface.php
[edit]