ElggData::getTimeCreated PHP Method

getTimeCreated() public method

Returns the UNIX epoch time that this entity was created
public getTimeCreated ( ) : integer
return integer UNIX epoch time
    public function getTimeCreated()
    {
        return $this->time_created;
    }