You are here

public function TagadelicTag::set_weight in Tagadelic 7.2

setter for weight Operates on $this Returns $this

File

./TagadelicTag.php, line 121

Class

TagadelicTag
class TagadelicTag TagadelicTag contains the tag itself.

Code

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