Final Class yii\symfonymailer\EventDispatcherProxy
| Inheritance | yii\ |
|---|---|
| Implements | Psr\ |
| Source Code | https://github.com/yiisoft/yii2-symfonymailer/blob/master/src/EventDispatcherProxy.php |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | yii\ |
|
| dispatch() | yii\ |
Method Details
| public mixed __construct ( \ | ||
| $component | \ |
|
public function __construct(Component $component)
{
$this->component = $component;
}