PayPal\Exception\PPConnectionException::getUrl PHP Method

getUrl() public method

public getUrl ( )
    public function getUrl()
    {
        return $this->url;
    }

Usage Example

コード例 #1
0
 /**
  * @test
  */
 public function testGetUrl()
 {
     $this->assertEquals('http://testURL', $this->object->getUrl());
 }