PayPal\Api\WebhookList::getWebhooks PHP Method

getWebhooks() public method

A list of webhooks.
public getWebhooks ( ) : Webhook[]
return Webhook[]
    public function getWebhooks()
    {
        return $this->webhooks;
    }

Usage Example

Example #1
0
 /**
  * @depends testSerializationDeserialization
  * @param WebhookList $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getWebhooks(), WebhookTest::getObject());
 }