JDocument::setModifiedDate: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 10: | Line 10: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
public | public JDocument::setModifiedDate ($date) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 28: | Line 28: | ||
void | void | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/document/document.php | libraries/joomla/document/document.php (line 656) | ||
* see source code in [[jplatform:document/document.php#cl-656|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 01:21, 24 April 2011
JDocument::setModifiedDate
Description
Sets the document modified date.
Template:Description:JDocument::setModifiedDate [Edit Descripton]
Synopsis
public JDocument::setModifiedDate ($date)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $date | string | public |
Returns
void
Defined in
libraries/joomla/document/document.php (line 656)
- see source code in BitBucket
Referenced by
See also
Template:SeeAlso:JDocument::setModifiedDate
Examples
<CodeExamplesForm />