Example #1
0
 /**
  *
  * Ctor
  */
 public function __construct()
 {
     $defaultOpts = array('raw_field' => 'raw', 'size' => 20);
     parent::__construct($defaultOpts);
 }
Example #2
0
 /**
  * Facet Range constructor
  */
 public function __construct($options = array())
 {
     $defaultOpts = array('ranges' => array());
     parent::__construct(array_merge($defaultOpts, $options));
 }