File manager - Edit - /home/antilam/web/antilam.ru/public_html/wp-content/plugins/cyr2lat/src/php/Settings/Abstracts/SettingsInterface.php
Back
<?php /** * SettingsInterface interface file. * * @package cyr-to-lat */ namespace CyrToLat\Settings\Abstracts; /** * Interface SettingsInterface. */ interface SettingsInterface { /** * Get plugin option. * * @param string $key Setting name. * @param mixed $empty_value Empty value for this setting. * * @return string|array The value specified for the option or a default value for the option. */ public function get( string $key, $empty_value = null ); }
| ver. 1.4 |
Github
|
.
| PHP 8.4.22 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings