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

15 lines
273 B
PHP

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