Файловый менеджер - Редактировать - /home/lmsyaran/public_html/libraries/gantry5/vendor/rockettheme/toolbox/ArrayTraits/src/Constructor.php
Назад
<?php namespace RocketTheme\Toolbox\ArrayTraits; /** * Implements Constructor for setting items. * * @package RocketTheme\Toolbox\ArrayTraits * @author RocketTheme * @license MIT * * @property array $items */ trait Constructor { /** * Constructor to initialize array. * * @param array $items Initial items inside the iterator. */ public function __construct(array $items = array()) { $this->items = $items; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.53 |
proxy
|
phpinfo
|
Настройка