Ejemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->_aComments = [];
     $this->_aOrderedComments = [];
     $this->_targetType = null;
     $this->_targetId = null;
     $this->_elementId = null;
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
 }