PayPal\Core\PPRequest::getBindingInfo PHP Method

getBindingInfo() public method

public getBindingInfo ( $name = null )
    public function getBindingInfo($name = null)
    {
        if (isset($name)) {
            return array_key_exists($name, $this->bindingInfo) ? $this->bindingInfo[$name] : null;
        }
        return $this->bindingInfo;
    }