function __construct()
 {
     parent::__construct();
     $this->_aComments = [];
     $this->_aOrderedComments = [];
     $this->_targetType = null;
     $this->_targetId = null;
     $this->_elementId = null;
 }
 public function __construct()
 {
     parent::__construct();
 }