API17:JMail:: construct
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JMail::__construct|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JMail::__construct|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function __construct () |
</source> | </source> | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 28 of libraries/joomla/mail/mail.php | |
| − | + | ||
| − | libraries/joomla/mail/mail.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JMail::__construct source code''' on [[jplatform:mail/mail.php#cl-20|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JMail/11.1|JMail]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Mail/11.1|Mail]] | ||
| + | * [[JMail::__construct|Other versions of JMail::__construct]] | ||
| + | {{SeeAlso:JMail::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JMail::__construct|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JMail::__construct|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 32: | Line 30: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JMail]][[Category:JMail::__construct]]</noinclude> | <noinclude>[[Category:JMail]][[Category:JMail::__construct]]</noinclude> | ||
Revision as of 21:21, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JMail::__construct
Description
Constructor.
Description:JMail:: construct [Edit Descripton]
public function __construct ()
- Returns
- Defined on line 28 of libraries/joomla/mail/mail.php
See also
-
JMail::__construct source code on BitBucket
-
Class JMail
-
Subpackage Mail
- Other versions of JMail::__construct
SeeAlso:JMail:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />
