getLengthSanitized() публичный статический Метод

public static getLengthSanitized ( $sLength, $sUnit = 'px' )
 public static function sanitizeLength($sLength, $sUnit = 'px')
 {
     AdminPageFramework_Utility::showDeprecationNotice(__FUNCTION__, 'getLengthSanitized()');
     return AdminPageFramework_Utility_String::getLengthSanitized($sLength, $sUnit);
 }