This repository has been archived on 2022-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
divi/includes/builder/module/helpers/Width.php

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';
}
}