Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TYPO3
sg_mail
Commits
beec23cd
Commit
beec23cd
authored
Aug 18, 2021
by
Matthias Adrowski
Browse files
[TASK] Remove conflicting functions, which where doubled when merging v6 changes
parent
e48bdd7b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
32 deletions
+0
-32
Classes/Service/MailTemplateService.php
Classes/Service/MailTemplateService.php
+0
-32
No files found.
Classes/Service/MailTemplateService.php
View file @
beec23cd
...
...
@@ -353,38 +353,6 @@ class MailTemplateService implements SingletonInterface {
$this
->
mailMessage
->
attachFromPath
(
$path
,
$name
,
$contentType
);
}
/**
* @return MailMessage
*/
public
function
getMailMessage
():
MailMessage
{
return
$this
->
mailMessage
;
}
/**
* set the page id from which this was called
*
* @param int $pid
* @return MailTemplateService
*/
public
function
setPid
(
$pid
):
MailTemplateService
{
$this
->
pid
=
(
int
)
$pid
;
return
$this
;
}
/**
* @return string
*/
public
function
getSubject
():
string
{
return
$this
->
subject
;
}
/**
* @param string $subject
*/
public
function
setSubject
(
string
$subject
)
{
$this
->
subject
=
$subject
;
}
/**
* Set preview markers for the template editor
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment