| Current Path : /home/dtconseimw/www/wp-content/themes/Divi/includes/builder/module/helpers/motion/ |
| Current File : /home/dtconseimw/www/wp-content/themes/Divi/includes/builder/module/helpers/motion/Translate.php |
<?php
class ET_Builder_Module_Helper_Motion_Translate extends ET_Builder_Module_Helper_Motion_Sanitizer {
/**
* @param string $value
*
* @return string
*/
protected function sanitize( $value ) {
return (float) $value;
}
}