PHP Class PayPal\Common\PPModel

Show file Open project: paypal/sdk-core-php

Public Methods

Method Description
__get ( $key )
__isset ( $key )
__set ( $key, $value )
__unset ( $key )
fromArray ( $arr )
fromJson ( $json )
toArray ( )
toJSON ( )

Private Methods

Method Description
_convertToArray ( $param )

Method Details

__get() public method

public __get ( $key )

__isset() public method

public __isset ( $key )

__set() public method

public __set ( $key, $value )

__unset() public method

public __unset ( $key )

fromArray() public method

public fromArray ( $arr )

fromJson() public method

public fromJson ( $json )

toArray() public method

public toArray ( )

toJSON() public method

public toJSON ( )