File manager - Edit - /home/adiance/public_html/wp-content/plugins/amp/vendor/ampproject/optimizer/src/TransformerConfiguration.php
Back
<?php namespace AmpProject\Optimizer; use AmpProject\Optimizer\Exception\UnknownConfigurationKey; /** * Interface for a configuration that validates and stores configuration settings for an individual transformer. * * @package ampproject/optimizer */ interface TransformerConfiguration { /** * Get the value for a given key. * * The key is assumed to exist and will throw an exception if it can't be retrieved. * This means that all configuration entries should come with a default value. * * @param string $key Key of the configuration entry to retrieve. * @return mixed Value stored under the given configuration key. * @throws UnknownConfigurationKey If an unknown key was provided. */ public function get($key); }
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.08 |
proxy
|
phpinfo
|
Settings