ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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 {
13  protected $aggregatedParser;
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 }
__construct(ilBaseMailRfc822AddressParser $addresses)
Class ilBaseMailRfc822AddressParser.
Class ilMailRfc822AddressParser.
__construct(Container $dic, ilPlugin $plugin)