Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/laravel/framework/src/Illuminate/View/AppendableAttributeValue.php
Назад
<?php namespace Illuminate\View; class AppendableAttributeValue { /** * The attribute value. * * @var mixed */ public $value; /** * Create a new appendable attribute value. * * @param mixed $value * @return void */ public function __construct($value) { $this->value = $value; } /** * Get the string value. * * @return string */ public function __toString() { return (string) $this->value; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка