dvadf
File manager - Edit - /home/centroca/public_html/wp/wp-content/plugins/elementor/modules/atomic-widgets/css-converter/property-converter.php
Back
<?php namespace Elementor\Modules\AtomicWidgets\CssConverter; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } interface Property_Converter { /** * @param array{property: string, value: string} $rule A single parsed CSS declaration. */ public function is_supported( array $rule ): bool; /** * Mutates the shared context and returns whether the rule was converted. * * @param Conversion_Context $context The shared mutable conversion context. * @param array{property: string, value: string} $rule A single parsed CSS declaration. */ public function convert( Conversion_Context $context, array $rule ): bool; }
dvadf
dvadf
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings