You are here

public function TagadelicTag::get_weight in Tagadelic 7.2

Returns the weight, getter only. Will call recalculate to calculate the weight. return Float the weight of this tag.

File

./TagadelicTag.php, line 84

Class

TagadelicTag
class TagadelicTag TagadelicTag contains the tag itself.

Code

public function get_weight() {
  return $this->weight;
}