API17

Difference between revisions of "JDocument::setGenerator"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Sets the document generator.  
 
Sets the document generator.  
  
{{Description:JDocument::setGenerator}}
+
{{subst:Description:JDocument::setGenerator}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDocument::setGenerator|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function setGenerator ($generator)
 
public function setGenerator ($generator)
Line 31: Line 29:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
 
* [[API17:JDocument::setGenerator|Other versions of JDocument::setGenerator]]
 
* [[API17:JDocument::setGenerator|Other versions of JDocument::setGenerator]]
{{SeeAlso:JDocument::setGenerator}}
+
{{subst:SeeAlso:JDocument::setGenerator}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDocument::setGenerator|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 10:18, 24 March 2017

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 JDocument::setGenerator[edit]

Description[edit]

Sets the document generator.

{{subst:Description:JDocument::setGenerator}}

public function setGenerator ($generator)
Parameter Type Default Description
$generator string
  • Returns void
  • Defined on line 595 of libraries/joomla/document/document.php

See also[edit]

{{subst:SeeAlso:JDocument::setGenerator}}

User contributed notes[edit]

<CodeExamplesForm />