| Total Complexity | 1 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class None implements Iface |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Returns the mailer for the given name |
||
| 24 | * |
||
| 25 | * @param string|null $name Key for the mailer |
||
| 26 | * @return \Aimeos\Base\Mail\Iface Mail object |
||
| 27 | * @throws \Aimeos\Base\Mail\Exception If an error occurs |
||
| 28 | */ |
||
| 29 | public function get( string $name = null ) : \Aimeos\Base\Mail\Iface |
||
| 34 |