ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilMailRfc822AddressParserFactory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
25
class
ilMailRfc822AddressParserFactory
26
{
27
public
function
getParser
(
string
$address):
ilMailRecipientParser
28
{
29
return
new
ilMailRfc822AddressParser
(
new
ilMailPearRfc822WrapperAddressParser
($address));
30
}
31
}
ilMailPearRfc822WrapperAddressParser
Class ilMailPearRfc822WrapperAddressParser.
Definition:
class.ilMailPearRfc822WrapperAddressParser.php:25
ilMailRecipientParser
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilMailRecipientParser.php:25
ilMailRfc822AddressParserFactory
Class ilMailRfc822AddressParserFactory.
Definition:
class.ilMailRfc822AddressParserFactory.php:25
ilMailRfc822AddressParser
Class ilMailRfc822AddressParser.
Definition:
class.ilMailRfc822AddressParser.php:25
ilMailRfc822AddressParserFactory\getParser
getParser(string $address)
Definition:
class.ilMailRfc822AddressParserFactory.php:27
Services
Mail
classes
Address
Parser
class.ilMailRfc822AddressParserFactory.php
Generated on Sun Aug 31 2025 22:02:23 for ILIAS by
1.8.13 (using
Doxyfile
)