Свойство | Тип | Описание | |
---|---|---|---|
$timestamps |
Свойство | Тип | Описание | |
---|---|---|---|
$primaryKey | |||
$table | |||
$with |
Метод | Описание | |
---|---|---|
__get ( string $key ) : string | Magic method to return the meta data like the post original fields | |
nav_items ( ) : Illuminate\Database\Eloquent\Relations | Alias from posts, but made quering nav_items cleaner. | |
newQuery ( boolean $excludeDeleted = true ) : Corcel\TermTaxonomyBuilder | Overriding newQuery() to the custom TermTaxonomyBuilder with some interesting methods | |
parentTerm ( ) : Illuminate\Database\Eloquent\Relations | Relationship with parent Term model | |
posts ( ) : Illuminate\Database\Eloquent\Relations | Relationship with Posts model | |
term ( ) : Illuminate\Database\Eloquent\Relations | Relationship with Term model |
public parentTerm ( ) : Illuminate\Database\Eloquent\Relations | ||
Результат | Illuminate\Database\Eloquent\Relations |
public posts ( ) : Illuminate\Database\Eloquent\Relations | ||
Результат | Illuminate\Database\Eloquent\Relations |
public term ( ) : Illuminate\Database\Eloquent\Relations | ||
Результат | Illuminate\Database\Eloquent\Relations |