API17:JDocumentXML::setName
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:JDocumentXML::setName|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentXML::setName|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function setName ($name= 'joomla') |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 22: | Line 21: | ||
|string | |string | ||
|'joomla' | |'joomla' | ||
| − | |Document name | + | |Document name |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' void | |
| − | void | + | * '''Defined''' on line 97 of libraries/joomla/document/xml/xml.php |
| − | + | ||
| − | libraries/joomla/document/xml/xml.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JDocumentXML::setName source code''' on [[jplatform:document/xml/xml.php#cl-89|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JDocumentXML/11.1|JDocumentXML]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]] | ||
| + | * [[JDocumentXML::setName|Other versions of JDocumentXML::setName]] | ||
| + | {{SeeAlso:JDocumentXML::setName}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentXML::setName|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentXML::setName|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JDocumentXML]][[Category:JDocumentXML::setName]]</noinclude> | <noinclude>[[Category:JDocumentXML]][[Category:JDocumentXML::setName]]</noinclude> | ||
Revision as of 20:49, 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.
JDocumentXML::setName
Description
Sets the document name.
Description:JDocumentXML::setName [Edit Descripton]
public function setName ($name= 'joomla')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | 'joomla' | Document name |
- Returns void
- Defined on line 97 of libraries/joomla/document/xml/xml.php
See also
-
JDocumentXML::setName source code on BitBucket
-
Class JDocumentXML
-
Subpackage Document
- Other versions of JDocumentXML::setName
SeeAlso:JDocumentXML::setName [Edit See Also]
User contributed notes
<CodeExamplesForm />
