Elgg
Version master
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Export
Entity.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Export
;
4
5
use
DateTime
;
6
20
class
Entity
extends
Data
{
21
26
public
function
getTimeUpdated
() {
27
if
(!$this->time_updated) {
28
return
null;
29
}
30
31
return
new
DateTime
($this->time_created);
32
}
33
}
DateTime
Elgg\Export
Definition:
AccessCollection.php:3
Elgg\Export\Entity\getTimeUpdated
getTimeUpdated()
Get updated tme.
Definition:
Entity.php:26
Elgg\Export\Entity
Definition:
Entity.php:20
Elgg\Export\Data
Definition:
Data.php:13
Generated on Sat Jun 3 2023 00:01:58 for Elgg by
1.8.11