Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/Modules/Performance/Views/Components/LineChart.php
Назад
<?php namespace Modules\Performance\Views\Components; use Illuminate\View\Component; class LineChart extends Component { public $chartData; public $allDates; public $colors; /** * Create a new component instance. * * @return void */ public function __construct($chartData, $allDates, $colors) { $this->chartData = $chartData; $this->allDates = $allDates; $this->colors = $colors; } /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|string */ public function render() { return view('performance::components.line-chart'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка