Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Devise
Support
Sortable
Sortable
PHP Trait Devise\Support\Sortable\Sortable
显示文件
Open project: devisephp/cms
Public Methods
Method
Description
newQuery
(
boolean
$excludeDeleted
= true ) :
Builder | static
Get a new query builder for the model's table.
Method Details
newQuery()
public
method
Get a new query builder for the model's table.
public
newQuery
(
boolean
$excludeDeleted
= true ) :
Builder | static
$excludeDeleted
boolean
return
Illuminate\Database\Eloquent\Builder | static