File manager - Edit - /home/autoph/public_html/data03252025consolidation/vendor/rakit/validation/src/Rules/Accepted.php
Back
<?php namespace Rakit\Validation\Rules; use Rakit\Validation\Rule; class Accepted extends Rule { /** @var bool */ protected $implicit = true; /** @var string */ protected $message = "The :attribute must be accepted"; /** * Check the $value is accepted * * @param mixed $value * @return bool */ public function check($value): bool { $acceptables = ['yes', 'on', '1', 1, true, 'true']; return in_array($value, $acceptables, true); } }
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings