Files
medicalalert-web-reloaded/wp/wp-content/plugins/divi-builder/includes/builder/module/helpers/MinHeight.php
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

15 lines
293 B
PHP

<?php
/**
* Helper class that provides necessary functions for managing max height option
*
* Class ET_Builder_Module_Helper_Min_Height
*/
class ET_Builder_Module_Helper_Min_Height extends ET_Builder_Module_Helper_Sizing {
public function get_raw_field() {
return 'min_height';
}
}