You are here

public function TagadelicTag::get_description in Tagadelic 7.2

Getter for the description return String the human readable description

File

./TagadelicTag.php, line 73

Class

TagadelicTag
class TagadelicTag TagadelicTag contains the tag itself.

Code

public function get_description() {
  $this
    ->clean();
  return $this->description;
}