Mongolid\Schema\Schema::updatedAtTimestamp PHP Méthode

updatedAtTimestamp() public méthode

Prepares the field to be now.
public updatedAtTimestamp ( ) : UTCDateTime
Résultat Mongolid\Serializer\Type\UTCDateTime
    public function updatedAtTimestamp()
    {
        return new UTCDateTime();
    }