You are here

public function heartbeatParser::get_tags in Heartbeat 6.4

Get the tags to allow in messages

File

includes/heartbeatparser.inc, line 339
HeartbeatParser object

Class

heartbeatParser
Class heartbeatParser

Code

public function get_tags() {
  return $this->_allowed_tags;
}