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