LMongo\Eloquent\Model::getDates PHP 메소드

getDates() 공개 메소드

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