function __construct($magic_params = null, $conn = null)
 {
     parent::__construct($magic_params, $conn);
     $this->_tree = $this->getTree();
 }