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/Height.php

14 lines
276 B
PHP

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