ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilMailRfc822AddressParserFactory.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
9{
14 public function getParser($a_address)
15 {
16 require_once 'Services/Mail/classes/Address/Parser/class.ilMailPearRfc822WrapperAddressParser.php';
17 require_once 'Services/Mail/classes/Address/Parser/class.ilMailRfc822AddressParser.php';
19 }
20}
An exception for terminatinating execution or to throw for unit testing.
Class ilMailRfc822AddressParserFactory.
Class ilMailRfc822AddressParser.