File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/platform/table/src/Actions/Concerns/HasAction.php
Back
<?php namespace Botble\Table\Actions\Concerns; trait HasAction { protected bool $isAction = false; protected string $actionMethod = 'POST'; public function action(string $method = 'POST'): static { $this->isAction = true; $this->actionMethod = $method; return $this; } public function isAction(): bool { return $this->isAction; } public function getActionMethod(): string { return $this->actionMethod; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.58 |
proxy
|
phpinfo
|
Settings