Файловый менеджер - Редактировать - /home/digitalm/yhubita/wp-content/plugins/amp/vendor/ampproject/amp-toolbox/src/Validator/Spec/IterableSection.php
Назад
<?php /** * DO NOT EDIT! * This file was automatically generated via bin/generate-validator-spec.php. */ namespace AmpProject\Validator\Spec; use Countable; use Iterator; /** * A section that can be iterated in order to get to all of its contents. * * @package ampproject/amp-toolbox */ interface IterableSection extends Iterator, Countable { /** * Get the list of available keys. * * @return array<string> Array of available keys. */ public function getAvailableKeys(); /** * Find the instantiated object for the current key. * * This should use its own caching mechanism as needed. * * Ideally, current() should be overridden as well to provide the correct object type-hint. * * @param string $key Key to retrieve the instantiated object for. * @return object Instantiated object for the current key. */ public function findByKey($key); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка