Файловый менеджер - Редактировать - /home/lexlmvtu/public_html/wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ListShape.php
Назад
<?php namespace Aws\Api; /** * Represents a list shape. */ class ListShape extends Shape { private $member; public function __construct(array $definition, ShapeMap $shapeMap) { $definition['type'] = 'list'; parent::__construct($definition, $shapeMap); } /** * @return Shape * @throws \RuntimeException if no member is specified */ public function getMember() { if (!$this->member) { if (!isset($this->definition['member'])) { throw new \RuntimeException('No member attribute specified'); } $this->member = Shape::create( $this->definition['member'], $this->shapeMap ); } return $this->member; } }
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка