You are here

public function TagadelicTag::get_count in Tagadelic 7.2

Returns the count, getter only. return Int the count as provided when Initializing the Object.

File

./TagadelicTag.php, line 93

Class

TagadelicTag
class TagadelicTag TagadelicTag contains the tag itself.

Code

public function get_count() {
  return $this->count;
}