You are here

protected property Publisher::$errors in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-feed/src/PubSubHubbub/Publisher.php \Zend\Feed\PubSubHubbub\Publisher::errors

An array of any errors including keys for 'response', 'hubUrl'. The response is the actual Zend\Http\Response object.

Type: array

File

vendor/zendframework/zend-feed/src/PubSubHubbub/Publisher.php, line 41

Class

Publisher

Namespace

Zend\Feed\PubSubHubbub

Code

protected $errors = [];