Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (TransportBuilder $transportBuilder, ConfigInterface $config, DeploymentConfig $deployConfig, StoreManagerInterface $storeManager) | |
sendForgotPassword (UserInterface $user) | |
sendCreated (UserInterface $user) | |
sendUpdated (UserInterface $user, array $changed) | |
@inheritDoc
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
Definition at line 28 of file Notificator.php.
__construct | ( | TransportBuilder | $transportBuilder, |
ConfigInterface | $config, | ||
DeploymentConfig | $deployConfig, | ||
StoreManagerInterface | $storeManager | ||
) |
TransportBuilder | $transportBuilder | |
ConfigInterface | $config | |
DeploymentConfig | $deployConfig | |
StoreManagerInterface | $storeManager |
Definition at line 56 of file Notificator.php.
sendCreated | ( | UserInterface | $user | ) |
sendForgotPassword | ( | UserInterface | $user | ) |
sendUpdated | ( | UserInterface | $user, |
array | $changed | ||
) |