File "BackgroundPatternStyleBase.php"
Full Path: /home/planet5/public_html/bansibaba.com/wp-content1/themes/Divi/includes/builder/feature/background-masks/BackgroundPatternStyleBase.php
File size: 386 bytes
MIME-type: --
Charset: utf-8
<?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();
}