\App\traitsHelperTrait

Summary

Methods
Properties
Constants
_query()
_updateInit()
_save()
_delete()
_page()
callback()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

_query()

_query() : mixed

2021/4/1--10:51 上午

Throws

\Illuminate\Contracts\Container\BindingResolutionException

Returns

mixed

_updateInit()

_updateInit() 

2021/4/1--1:39 下午

Throws

\Illuminate\Contracts\Container\BindingResolutionException

_save()

_save() 

2021/4/1--2:55 下午

Throws

\Illuminate\Contracts\Container\BindingResolutionException

_delete()

_delete() 

2021/4/1--3:30 下午

Throws

\Illuminate\Contracts\Container\BindingResolutionException

_page()

_page() 

2021/4/2--10:17 上午

Throws

\Illuminate\Contracts\Container\BindingResolutionException

callback()

callback(string  $name, mixed  $one = array(), mixed  $two = array()) : boolean

2021/4/1--2:34 下午

Parameters

string $name

回调方法名称

mixed $one

回调引用参数1

mixed $two

回调引用参数2

Returns

boolean