get_units() ) ? $unit : $this->get_default_unit(); return (float) $value . $unit; } protected function get_units() { return array( 'cm', 'em', 'mm', 'in', 'pc', 'pt', 'px', 'rem' ); } protected function get_default_unit() { return 'px'; } }