Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PayPal
Validation
ArgumentValidator
PHP 클래스 PayPal\Validation\ArgumentValidator
파일 보기
프로젝트 열기: paypal/rest-api-sdk-php
1 사용 예제들
공개 메소드들
메소드
설명
validate
(
$argument
,
$argumentName
= null ) :
boolean
Helper method for validating an argument that will be used by this API in any requests.
메소드 상세
validate()
공개
정적인
메소드
Helper method for validating an argument that will be used by this API in any requests.
public
static
validate
(
$argument
,
$argumentName
= null ) :
boolean
$argument
mixed The object to be validated
$argumentName
string|null The name of the argument. This will be placed in the exception message for easy reference
리턴
boolean