Sindbad~EG File Manager

Current Path : /proc/self/cwd/wp-content/plugins/elementor/modules/atomic-widgets/schema/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/elementor/modules/atomic-widgets/schema/atomic-prop.php

<?php

namespace Elementor\Modules\AtomicWidgets\Schema;

use JsonSerializable;

class Atomic_Prop implements JsonSerializable {
	private $default_value = null;

	public static function make(): self {
		return new self();
	}

	public function default( $default_value ): self {
		$this->default_value = $default_value;

		return $this;
	}

	public function get_default() {
		return $this->default_value;
	}

	public function jsonSerialize(): array {
		return [
			'default' => $this->default_value,
		];
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists