Current Path : /home/infinitibizsol/.trash/elementor/modules/atomic-widgets/props-resolver/ |
Current File : /home/infinitibizsol/.trash/elementor/modules/atomic-widgets/props-resolver/transformer-base.php |
<?php namespace Elementor\Modules\AtomicWidgets\PropsResolver; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } abstract class Transformer_Base { abstract public function transform( $value, $key ); }