API17:JDocumentJSON::setName
From Joomla! Documentation
JDocumentJSON::setName
Description
Sets the document name.
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
User contributed notes
Code Examples