TYPO3CMS
9.5
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
$
d
e
r
u
Functions
Variables
$
e
r
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
FakeValidSpoolFixture.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures
;
3
4
/*
5
* This file is part of the TYPO3 CMS project.
6
*
7
* It is free software; you can redistribute it and/or modify it under
8
* the terms of the GNU General Public License, either version 2
9
* of the License, or any later version.
10
*
11
* For the full copyright and license information, please read the
12
* LICENSE.txt file that was distributed with this source code.
13
*
14
* The TYPO3 project - inspiring people to share!
15
*/
16
20
class
FakeValidSpoolFixture
implements
\Swift_Spool
21
{
22
private
$settings
;
23
24
public
function
__construct
(array
$settings
)
25
{
26
$this->settings =
$settings
;
27
}
28
29
public
function
getSettings
(): array
30
{
31
return
$this->settings
;
32
}
33
34
public
function
start
()
35
{
36
}
37
38
public
function
stop
()
39
{
40
}
41
42
public
function
isStarted
()
43
{
44
}
45
46
public
function
queueMessage
(\Swift_Mime_Message $message)
47
{
48
}
49
50
public
function
flushQueue
(\Swift_Transport $transport, &$failedRecipients =
null
)
51
{
52
}
53
}
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures
Definition:
FakeFileSpoolFixture.php:2
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeValidSpoolFixture\flushQueue
flushQueue(\Swift_Transport $transport, &$failedRecipients=null)
Definition:
FakeValidSpoolFixture.php:50
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeValidSpoolFixture\stop
stop()
Definition:
FakeValidSpoolFixture.php:38
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeValidSpoolFixture\getSettings
getSettings()
Definition:
FakeValidSpoolFixture.php:29
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeValidSpoolFixture\$settings
$settings
Definition:
FakeValidSpoolFixture.php:22
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeValidSpoolFixture\start
start()
Definition:
FakeValidSpoolFixture.php:34
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeValidSpoolFixture\queueMessage
queueMessage(\Swift_Mime_Message $message)
Definition:
FakeValidSpoolFixture.php:46
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeValidSpoolFixture
Definition:
FakeValidSpoolFixture.php:21
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeValidSpoolFixture\isStarted
isStarted()
Definition:
FakeValidSpoolFixture.php:42
TYPO3\CMS\Core\Tests\Unit\Mail\Fixtures\FakeValidSpoolFixture\__construct
__construct(array $settings)
Definition:
FakeValidSpoolFixture.php:24
doxygen
typo3
sysext
core
Tests
Unit
Mail
Fixtures
FakeValidSpoolFixture.php
Generated on Tue Oct 5 2021 01:57:25 for TYPO3CMS by
1.8.18