API17:JDocumentJSON::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:JDocumentJSON::setName|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentJSON::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 99 of libraries/joomla/document/json/json.php |
| − | + | ||
| − | libraries/joomla/document/json/json.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JDocumentJSON::setName source code''' on [[jplatform:document/json/json.php#cl-91|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JDocumentJSON/11.1|JDocumentJSON]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]] | ||
| + | * [[JDocumentJSON::setName|Other versions of JDocumentJSON::setName]] | ||
| + | {{SeeAlso:JDocumentJSON::setName}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentJSON::setName|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentJSON::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:JDocumentJSON]][[Category:JDocumentJSON::setName]]</noinclude> | <noinclude>[[Category:JDocumentJSON]][[Category:JDocumentJSON::setName]]</noinclude> | ||
Revision as of 20:48, 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.
JDocumentJSON::setName
Description
Sets the document name.
Description:JDocumentJSON::setName [Edit Descripton]
public function setName ($name= 'joomla')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | 'joomla' | Document name |
- Returns void
- Defined on line 99 of libraries/joomla/document/json/json.php
See also
-
JDocumentJSON::setName source code on BitBucket
-
Class JDocumentJSON
-
Subpackage Document
- Other versions of JDocumentJSON::setName
SeeAlso:JDocumentJSON::setName [Edit See Also]
User contributed notes
<CodeExamplesForm />
