function __construct($belongsTo) { parent::__construct(); $this->belongsTo = $belongsTo; $this->function = function () { }; $this->message = ''; }
function __construct($tag = '', $forceID = true) { parent::__construct(); $this->tag = $tag; $this->data = null; $this->indentLevel = 0; }