You are here

public function TagadelicCloud::get_id in Tagadelic 7.2

Getter for id @returns Integer id of this cloud

File

./TagadelicCloud.php, line 35

Class

TagadelicCloud
class TagadelicCloud TagadelicCloud, contains a list of tags and methods to manipulate this set of tags. It can operate on the list of tags.

Code

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