JDocument::setModifiedDate: Difference between revisions
From Joomla! Documentation
Layout updates |
Updated to r1448:247ba8d88526 |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JDocument::setModifiedDate|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocument::setModifiedDate|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
<source lang="php"> | <source lang="php"> | ||
public | public function setModifiedDate ($date) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 22: | Line 21: | ||
|string | |string | ||
| | | | ||
| | | | ||
|- | |- | ||
|} | |} | ||
* '''Returns''' void | |||
void | * '''Defined''' on line 615 of libraries/joomla/document/document.php | ||
libraries/joomla/document/document.php | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JDocument::setModifiedDate source code''' on [[jplatform:document/document.php#cl-607|BitBucket]] | |||
* {{JVer|11.1}} Class [[JDocument/11.1|JDocument]] | |||
* {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]] | |||
* [[JDocument::setModifiedDate|Other versions of JDocument::setModifiedDate]] | |||
{{SeeAlso:JDocument::setModifiedDate}} | |||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocument::setModifiedDate|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocument::setModifiedDate|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
===User contributed notes=== | |||
=== | |||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JDocument]][[Category:JDocument::setModifiedDate]]</noinclude> | <noinclude>[[Category:JDocument]][[Category:JDocument::setModifiedDate]]</noinclude> | ||
Revision as of 01:47, 28 April 2011
JDocument::setModifiedDate
Description
Sets the document modified date.
Template:Description:JDocument::setModifiedDate [Edit Descripton]
public function setModifiedDate ($date)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $date | string |
- Returns void
- Defined on line 615 of libraries/joomla/document/document.php
See also
JDocument::setModifiedDate source code on BitBucket
Class JDocument
Subpackage Document- Other versions of JDocument::setModifiedDate
Template:SeeAlso:JDocument::setModifiedDate [Edit See Also]
User contributed notes
<CodeExamplesForm />