trait NestedTree

Traits

NodeTrait

Methods

string
getLftName()

Get the lft key name.

string
getRgtName()

Get the rgt key name.

string
getParentIdName()

Get the parent id key name.

static 
create(array $attributes = [], $parentOrSessionKey = null)

No description

static 
fixBrokenTreeQuietly()

No description

newEloquentBuilder($query)

{@inheritdoc}

Details

at line 20
string getLftName()

Get the lft key name.

Return Value

string

at line 30
string getRgtName()

Get the rgt key name.

Return Value

string

at line 40
string getParentIdName()

Get the parent id key name.

Return Value

string

at line 45
static create(array $attributes = [], $parentOrSessionKey = null)

No description

Parameters

array $attributes
$parentOrSessionKey

at line 72
static fixBrokenTreeQuietly()

No description

at line 84
newEloquentBuilder($query)

Since: 2.0

{@inheritdoc}

Parameters

$query