/**
  * Sets up properties.
  */
 function __construct($aArgs = array())
 {
     parent::__construct();
     $this->setArguments($aArgs);
     $this->strUnitType = 'search';
 }
 function __construct($arrArgs = array())
 {
     parent::__construct();
     $this->setArguments($arrArgs);
     $this->strUnitType = 'category';
 }