?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/divi-builder/includes/builder/feature/background-masks/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/divi-builder/includes/builder/feature

?? Viewing: BackgroundPatternStyleBase.php

<?php
/**
 * Abstract Class for Pattern Style.
 *
 * @package Divi
 * @sub-package Builder
 * @since 4.15.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	die( 'Direct access forbidden.' );
}

/**
 * ET_Builder_Background_Pattern_Style_Base.
 */
abstract class ET_Builder_Background_Pattern_Style_Base {
	/**
	 * Configuration.
	 *
	 * @return array
	 */
	abstract public function settings();
}


??

??