LMongo\Eloquent\Model::getDates PHP Méthode

getDates() public méthode

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