PHP 클래스 Pingpp\ApiResource

상속: extends PingppObject
파일 보기 프로젝트 열기: pingplusplus/pingpp-php

공개 메소드들

메소드 설명
baseUrl ( )
className ( ) : string
classUrl ( ) : string
instanceUrl ( ) : string
refresh ( ) : ApiResource

보호된 메소드들

메소드 설명
_all ( $params = null, $options = null )
_create ( $params = null, $options = null )
_delete ( $params = null, $options = null )
_request ( $method, $url, $params = [], $options = null )
_retrieve ( $id, $options = null )
_save ( $options = null )
_staticRequest ( $method, $url, $params, $options )

비공개 메소드들

메소드 설명
_validateParams ( $params = null )

메소드 상세

_all() 보호된 정적인 메소드

protected static _all ( $params = null, $options = null )

_create() 보호된 정적인 메소드

protected static _create ( $params = null, $options = null )

_delete() 보호된 메소드

protected _delete ( $params = null, $options = null )

_request() 보호된 메소드

protected _request ( $method, $url, $params = [], $options = null )

_retrieve() 보호된 정적인 메소드

protected static _retrieve ( $id, $options = null )

_save() 보호된 메소드

protected _save ( $options = null )

_staticRequest() 보호된 정적인 메소드

protected static _staticRequest ( $method, $url, $params, $options )

baseUrl() 공개 정적인 메소드

public static baseUrl ( )

className() 공개 정적인 메소드

public static className ( ) : string
리턴 string The name of the class, with namespacing and underscores stripped.

classUrl() 공개 정적인 메소드

public static classUrl ( ) : string
리턴 string The endpoint URL for the given class.

instanceUrl() 공개 메소드

public instanceUrl ( ) : string
리턴 string The full API URL for this API resource.

refresh() 공개 메소드

public refresh ( ) : ApiResource
리턴 ApiResource The refreshed resource.