ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilMailRfc822AddressParser.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
9{
14
19 {
20 parent::__construct($addresses->getAddresses());
21 $this->aggregatedParser = $addresses;
22 }
23
27 protected function parseAddressString(string $addresses) : array
28 {
29 return $this->aggregatedParser->parse();
30 }
31}
An exception for terminatinating execution or to throw for unit testing.
Class ilBaseMailRfc822AddressParser.
Class ilMailRfc822AddressParser.
__construct(ilBaseMailRfc822AddressParser $addresses)
parseAddressString(string $addresses)
ilMailAddress[]
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc