PHP 클래스 PayPal\Converter\FormatConverter

파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
format ( $value, $formatter ) : string Format the data based on the input formatter value
formatToNumber ( $value, integer $decimals = 2 ) : null | string Format the input data with decimal places
formatToPrice ( $value, null $currency = null ) : null | string Helper method to format price values with associated currency information.

메소드 상세

format() 공개 정적인 메소드

Format the data based on the input formatter value
public static format ( $value, $formatter ) : string
$value
$formatter
리턴 string

formatToNumber() 공개 정적인 메소드

Defaults to 2 decimal places
public static formatToNumber ( $value, integer $decimals = 2 ) : null | string
$value
$decimals integer
리턴 null | string

formatToPrice() 공개 정적인 메소드

It covers the cases where certain currencies does not accept decimal values. We will be adding any specific currency level rules as required here.
public static formatToPrice ( $value, null $currency = null ) : null | string
$value
$currency null
리턴 null | string