PayPal\Handler\RestHandler::__construct PHP 메소드

__construct() 공개 메소드

Construct
public __construct ( ApiContext $apiContext )
$apiContext PayPal\Rest\ApiContext
    public function __construct($apiContext)
    {
        $this->apiContext = $apiContext;
    }