File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/platform/table/src/Columns/Concerns/HasLink.php
Back
<?php namespace Botble\Table\Columns\Concerns; trait HasLink { protected bool $linkable = false; public function linkable(bool $linkable = true): static { $this->linkable = $linkable; return $this; } public function isLinkable(): bool { return $this->linkable; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.59 |
proxy
|
phpinfo
|
Settings