PhpInfoCollector.php
| 411 B | Satir:
0
| php
Geri
<?php namespace Barryvdh\Debugbar\DataCollector; use DebugBar\DataCollector\PhpInfoCollector as DebugBarPhpInfoCollector; class PhpInfoCollector extends DebugBarPhpInfoCollector { /** * @inheritDoc */ public function getWidgets() { return tap(parent::getWidgets(), function (&$widgets) { data_set($widgets, 'php_version.tooltip', 'PHP Version'); }); } }
Kaydet
Ctrl+S ile kaydet