API17

Difference between revisions of "JDocumentJSON"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentJSON::__construct/11.1|__construct]]
+
|[[API17:JDocumentJSON::__construct|__construct]]
 
|Class constructor.  
 
|Class constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentJSON::getHeadData/11.1|getHeadData]]
+
|[[API17:JDocumentJSON::getHeadData|getHeadData]]
 
|Get the document head data.  
 
|Get the document head data.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentJSON::getName/11.1|getName]]
+
|[[API17:JDocumentJSON::getName|getName]]
 
|Returns the document name.  
 
|Returns the document name.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentJSON::render/11.1|render]]
+
|[[API17:JDocumentJSON::render|render]]
 
|Render the document.  
 
|Render the document.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentJSON::setHeadData/11.1|setHeadData]]
+
|[[API17:JDocumentJSON::setHeadData|setHeadData]]
 
|Set the document head data.  
 
|Set the document head data.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentJSON::setName/11.1|setName]]
+
|[[API17:JDocumentJSON::setName|setName]]
 
|Sets the document name.  
 
|Sets the document name.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/document/json/json.php
 
* '''Defined in''' libraries/joomla/document/json/json.php
* '''Extends''' [[JDocument/11.1|JDocument]]
+
* '''Extends''' [[API17:JDocument|JDocument]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.document.json.json' );</source>
 
<source lang="php">jimport( 'joomla.document.json.json' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDocumentJSON source code''' on [[jplatform:document/json/json.php|BitBucket]]
 
* {{JVer|11.1}} '''JDocumentJSON source code''' on [[jplatform:document/json/json.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
* [[JDocumentJSON|Other versions of JDocumentJSON]]
+
* [[API17:JDocumentJSON|Other versions of JDocumentJSON]]
 
{{SeeAlso:JDocumentJSON}}
 
{{SeeAlso:JDocumentJSON}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:29, 11 May 2013

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 JDocumentJSON[edit]

Description[edit]

Template:Description:JDocumentJSON [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Class constructor.
public getHeadData Get the document head data.
public getName Returns the document name.
public render Render the document.
public setHeadData Set the document head data.
public setName Sets the document name.
  • Defined in libraries/joomla/document/json/json.php
  • Extends JDocument

Importing[edit]

jimport( 'joomla.document.json.json' );

See also[edit]

Template:SeeAlso:JDocumentJSON [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />