You are here

private function heartbeatParser::__construct in Heartbeat 6.4

Same name and namespace in other branches
  1. 6.3 includes/heartbeatparser.inc \heartbeatParser::__construct()
  2. 7 includes/heartbeatparser.inc \heartbeatParser::__construct()

File

includes/heartbeatparser.inc, line 24
HeartbeatParser object

Class

heartbeatParser
Class heartbeatParser

Code

private function __construct() {
  $this->_allowed_tags = heartbeat_allowed_tags();
}