Class Term
A term of a vocabulary.
- ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
- ICanBoogie\ActiveRecord
- Icybee\Modules\Taxonomy\Terms\Term implements IteratorAggregate, Brickrouge\CSSClassNames uses Brickrouge\CSSClassNamesProperty
Namespace: Icybee\Modules\Taxonomy\Terms
Located at vendor/icybee/icybee/modules/taxonomy.terms/lib/activerecords/term.php
Located at vendor/icybee/icybee/modules/taxonomy.terms/lib/activerecords/term.php
Methods summary
public
|
|
public
string
|
|
public
|
|
protected
|
|
protected
array
|
|
protected
array
|
|
protected
array[string]mixed
|
Methods inherited from ICanBoogie\ActiveRecord
__sleep()
,
alter_persistent_properties()
,
delete()
,
get_model()
,
get_model_id()
,
save()
Methods inherited from ICanBoogie\Object
from()
,
resolve_facade_properties()
,
resolve_private_properties()
,
to_array()
,
to_json()
Methods inherited from ICanBoogie\ToArrayRecursive
Methods inherited from Brickrouge\CSSClassNames
Methods used from Brickrouge\CSSClassNamesProperty
__get()
,
css_class()
,
get_css_class()
Methods used from ICanBoogie\ToArrayRecursiveTrait
Methods used from ICanBoogie\PrototypeTrait
__call()
,
__set()
,
__wakeup()
,
get_prototype()
,
has_method()
,
has_property()
,
last_chance_get()
,
last_chance_set()
Magic methods summary
Constants summary
string |
VTID
|
'vtid' |
|
string |
VID
|
'vid' |
|
string |
TERM
|
'term' |
|
string |
TERMSLUG
|
'termslug' |
|
string |
WEIGHT
|
'weight' |
Properties summary
public
integer
|
$vtid |
#
Identifier of the vocabulary term. |
public
integer
|
$vid |
#
Identifier of the vocabulary the term belongs to. |
public
string
|
$term |
#
Name of the term. |
public
string
|
$termslug |
#
Normalized name of the term. |
public
integer
|
$weight |
#
Weight of the term relative to other terms in the same vocabulary. |
Properties inherited from ICanBoogie\ActiveRecord
Magic properties
public read-only
array
|
$nodes_keys |
|