/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor/core/utils/api
NameSizeModeActions
error-builder.php8400644editdlrm
parse-errors.php10230644editdlrm
parse-result.php6120644editdlrm
response-builder.php8550644editdlrm
Edit: /var/www/wp2.qr4y.com/www/wp-content/plugins/elementor/core/utils/api/parse-result.php (612B)
errors = Parse_Errors::make(); } public function wrap( $value ): self { $this->value = $value; return $this; } public function unwrap() { return $this->value; } public function is_valid(): bool { return $this->errors->is_empty(); } public function errors(): Parse_Errors { return $this->errors; } }