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

query() public static méthode

Begin querying the model.
public static query ( ) : Builder
Résultat Illuminate\Database\Eloquent\Builder
    public static function query()
    {
        return with(new static())->newQuery();
    }
Model