API17

Difference between revisions of "JFactory::getMailer"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JFactory::getMailer|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JFactory::getMailer|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JFactory::getMailer ()
+
public static function getMailer ()
 
</source>
 
</source>
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 258 of libraries/joomla/factory.php
===Defined in===
+
* '''Referenced by'''
libraries/joomla/factory.php (line 245)
+
** [[JUtility::sendAdminMail/11.1|JUtility::sendAdminMail]]
* see source code in [[jplatform:factory.php#cl-245|BitBucket]]
+
** [[JUtility::sendMail/11.1|JUtility::sendMail]]
===Referenced by===
 
* [[JUtility::sendAdminMail/11.1|JUtility::sendAdminMail]]
 
* [[JUtility::sendMail/11.1|JUtility::sendMail]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JFactory::getMailer source code''' on [[jplatform:factory.php#cl-250|BitBucket]]
 +
* {{JVer|11.1}} Class [[JFactory/11.1|JFactory]]
 +
* [[JFactory::getMailer|Other versions of JFactory::getMailer]]
 +
{{SeeAlso:JFactory::getMailer}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFactory::getMailer|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JFactory::getMailer|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JFactory/11.1|JFactory]]
+
===User contributed notes===
* [[JFactory::getMailer|Other versions of this method]]
 
{{SeeAlso:JFactory::getMailer}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 35: Line 32:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JFactory]][[Category:JFactory::getMailer]]</noinclude>
 
<noinclude>[[Category:JFactory]][[Category:JFactory::getMailer]]</noinclude>

Revision as of 20:55, 27 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JFactory::getMailer[edit]

Description[edit]

Get a mailer object.

Template:Description:JFactory::getMailer [Edit Descripton]

public static function getMailer ()

See also[edit]

Template:SeeAlso:JFactory::getMailer [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />