Elgg
Version 6.1
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
Elgg\I18n\DateTime
;
6
use
Elgg\Values
;
7
20
class
Entity
extends
Data
{
21
27
public
function
getTimeUpdated
() {
28
if
(!$this->time_updated) {
29
return
null;
30
}
31
32
return
Values::normalizeTime
($this->time_created);
33
}
34
}
Elgg\Export
Definition:
AccessCollection.php:3
Values
Saves user notification settings.
Elgg\Export\Entity\getTimeUpdated
getTimeUpdated()
Get updated time.
Definition:
Entity.php:27
DateTime
Elgg\Export\Entity
Definition:
Entity.php:20
Elgg\Export\Data
Definition:
Data.php:13
Elgg\Values\normalizeTime
static normalizeTime($time)
Returns DateTime object based on time representation.
Definition:
Values.php:75
Generated on Wed Dec 4 2024 00:00:20 for Elgg by
1.8.11