ILIAS
release_4-4 Revision
◀ ilDoc Overview
null.php
Go to the documentation of this file.
1
<?php
52
class
Mail_null
extends
Mail
{
53
79
function
send
($recipients, $headers, $body)
80
{
81
return
true
;
82
}
83
84
}
Mail
internal PHP-mail() implementation of the PEAR Mail:: interface.
Mail_null
Definition:
null.php:52
Mail_null\send
send($recipients, $headers, $body)
Implements Mail_null::send() function.
Definition:
null.php:79
Services
PEAR
lib
Mail
null.php
Generated on Mon Dec 21 2020 19:01:21 for ILIAS by
1.8.13 (using
Doxyfile
)