Current path: home/webdevt/www/cryptoimpot.fr/wp-content/plugins/divi-builder/includes/builder/module/helpers/
?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/plugins/divi-builder/includes/builder/module
<?php
/**
* Helper class that provides necessary functions for managing max width option
*
* Class ET_Builder_Module_Helper_Max_Width
*/
class ET_Builder_Module_Helper_Max_Width extends ET_Builder_Module_Helper_Sizing {
public function get_raw_field() {
return 'max_width';
}
}