LMongo\Eloquent\Model::getDates PHP Method

getDates() public method

Get the attributes that should be converted to dates.
public getDates ( ) : array
return array
    public function getDates()
    {
        return array(static::CREATED_AT, static::UPDATED_AT, static::DELETED_AT);
    }
Model