芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/craftsys/msg91-php/src/Support/Validator.php
errors[$key] = $this->errors[$key] ?? []; $this->errors[$key][] = $error; return $this; } /** * Get the validatation errors * @return array */ public function errors() { return $this->errors; } public function isValid() { return !count($this->errors); } }