You are here

public function TagadelicTag::get_id in Tagadelic 7.2

Getter for the ID return Integer Identifier

File

./TagadelicTag.php, line 54

Class

TagadelicTag
class TagadelicTag TagadelicTag contains the tag itself.

Code

public function get_id() {
  return $this->id;
}