function __construct($indent = '  ')
 {
     parent::__construct($indent);
 }
 function __construct($nqf_code, $indent = '  ')
 {
     $this->nqf_code = $nqf_code;
     parent::__construct($indent);
 }