Property | Type | Description | |
---|---|---|---|
$tree | The tree instance consisting of item |
Method | Description | |
---|---|---|
getCountName ( ) : string | Get the count name for model | |
getForeignKey ( ) : string | Get the default foreign key name for the model. | |
getItemModel ( ) : string | Get the node item model | |
getTree ( ) : |
Get a tree of node items | |
items ( ) : Illuminate\Database\Eloquent\Relations\HasMany | Items relationship |
abstract public getCountName ( ) : string | ||
return | string |
public getForeignKey ( ) : string | ||
return | string |
abstract public getItemModel ( ) : string | ||
return | string |
public items ( ) : Illuminate\Database\Eloquent\Relations\HasMany | ||
return | Illuminate\Database\Eloquent\Relations\HasMany |