File manager - Edit - /usr/local/cpanel/3rdparty/wp-toolkit/plib/vendor/wp-cli/vendor/gettext/gettext/src/Extractors/PhpArray.php
Back
<?php namespace Gettext\Extractors; use BadMethodCallException; use Gettext\Translations; use Gettext\Utils\MultidimensionalArrayTrait; /** * Class to get gettext strings from php files returning arrays. */ class PhpArray extends Extractor implements ExtractorInterface { use MultidimensionalArrayTrait; /** * {@inheritdoc} */ public static function fromFile($file, Translations $translations, array $options = []) { foreach (static::getFiles($file) as $file) { static::fromArray(include($file), $translations); } } /** * {@inheritdoc} */ public static function fromString($string, Translations $translations, array $options = []) { throw new BadMethodCallException('PhpArray::fromString() cannot be called. Use PhpArray::fromFile()'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings