You are here

public function TagadelicTag::get_name in Tagadelic 7.2

Getter for the name return String the human readable name

File

./TagadelicTag.php, line 63

Class

TagadelicTag
class TagadelicTag TagadelicTag contains the tag itself.

Code

public function get_name() {
  $this
    ->clean();
  return $this->name;
}