PHP Class PayPal\Core\PPRequest

Show file Open project: paypal/sdk-core-php Class Usage Examples

Public Methods

Method Description
__construct ( $requestObject, $bindingType )
addBindingInfo ( string $name, mixed $value )
getBindingInfo ( $name = null )
getBindingType ( )
getCredential ( )
getRequestObject ( )
setCredential ( $credential )

Method Details

__construct() public method

public __construct ( $requestObject, $bindingType )

addBindingInfo() public method

public addBindingInfo ( string $name, mixed $value )
$name string
$value mixed

getBindingInfo() public method

public getBindingInfo ( $name = null )

getBindingType() public method

public getBindingType ( )

getCredential() public method

public getCredential ( )

getRequestObject() public method

public getRequestObject ( )

setCredential() public method

public setCredential ( $credential )