Method |
Description |
|
__construct ( Tag $tag, TagFts $tagFts ) |
|
|
deleteFlowFlag ( $tag_id ) : boolean |
Delete a flow tag settings. |
|
firstOrCreateByName ( string $name ) : Illuminate\Database\Eloquent\Model |
get a tag or Create a tag. |
|
getAll ( ) : Collection |
get all tags. |
|
getAllFlowTags ( ) : Collection |
get all flow tags. |
|
getAllUsedTags ( ) : array |
get all used tags. |
|
getById ( integer $id ) : Collection |
get a tag by tag id. |
|
getByName ( string $name ) : Collection |
get a tag by tag name. |
|
syncTags ( object $item, array $tag_ids ) : void |
sync tags |
|
updateFlowFlag ( integer $tag_id, boolean $flag = true ) : Illuminate\Database\Eloquent\Model |
Update a tag's flow_flag. |
|