Inheritance | yii\httpclient\RequestEvent » yii\base\Event » yii\base\Object |
---|---|
Implements | yii\base\Configurable |
Available since version | 2.0.1 |
Source Code | https://github.com/yiisoft/yii2-httpclient/blob/master/RequestEvent.php |
RequestEvent represents the event parameter used for an request events.
Property | Type | Description | Defined By |
---|---|---|---|
$data | mixed | The data that is passed to yii\base\Component::on() when attaching an event handler. | yii\base\Event |
$handled | boolean | Whether the event is handled. | yii\base\Event |
$name | string | The event name. | yii\base\Event |
$request | yii\httpclient\Request | Related HTTP request instance. | yii\httpclient\RequestEvent |
$response | yii\httpclient\Response|null | Related HTTP response. | yii\httpclient\RequestEvent |
$sender | object | The sender of this event. | yii\base\Event |
Method | Description | Defined By |
---|---|---|
__call() | Calls the named method which is not a class method. | yii\base\Object |
__construct() | Constructor. | yii\base\Object |
__get() | Returns the value of an object property. | yii\base\Object |
__isset() | Checks if a property is set, i.e. defined and not null. | yii\base\Object |
__set() | Sets value of an object property. | yii\base\Object |
__unset() | Sets an object property to null. | yii\base\Object |
canGetProperty() | Returns a value indicating whether a property can be read. | yii\base\Object |
canSetProperty() | Returns a value indicating whether a property can be set. | yii\base\Object |
className() | Returns the fully qualified name of this class. | yii\base\Object |
hasHandlers() | Returns a value indicating whether there is any handler attached to the specified class-level event. | yii\base\Event |
hasMethod() | Returns a value indicating whether a method is defined. | yii\base\Object |
hasProperty() | Returns a value indicating whether a property is defined. | yii\base\Object |
init() | Initializes the object. | yii\base\Object |
off() | Detaches an event handler from a class-level event. | yii\base\Event |
offAll() | Detaches all registered class-level event handlers. | yii\base\Event |
on() | Attaches an event handler to a class-level event. | yii\base\Event |
trigger() | Triggers a class-level event. | yii\base\Event |
Related HTTP request instance.
public yii\httpclient\Request $request = null
Related HTTP response. This field will be filled only in case some response is already received, e.g. after request is sent.
public yii\httpclient\Response|null $response = null
© 2008–2017 by Yii Software LLC
Licensed under the three clause BSD license.
http://www.yiiframework.com/doc-2.0/yii-httpclient-requestevent.html