PHP 클래스 Pantheon\Terminus\Collections\PaymentMethods

상속: extends UserOwnedCollection
파일 보기 프로젝트 열기: pantheon-systems/terminus 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$collected_class string
$url string

공개 메소드들

메소드 설명
get ( string $id ) : PaymentMethod Retrieves a payment method object by either its UUID or its label

메소드 상세

get() 공개 메소드

Retrieves a payment method object by either its UUID or its label
public get ( string $id ) : PaymentMethod
$id string The identifier for the payment method requested
리턴 PaymentMethod

프로퍼티 상세

$collected_class 보호되어 있는 프로퍼티

protected string $collected_class
리턴 string

$url 보호되어 있는 프로퍼티

protected string $url
리턴 string