Ejemplo n.º 1
0
 /**
  * @since 2.2
  */
 public function __construct()
 {
     parent::__construct(array('smwgIgnoreQueryErrors' => $GLOBALS['smwgIgnoreQueryErrors'], 'smwgQSortingSupport' => $GLOBALS['smwgQSortingSupport'], 'smwgQRandSortingSupport' => $GLOBALS['smwgQRandSortingSupport'], 'smwgQSubpropertyDepth' => $GLOBALS['smwgQSubpropertyDepth'], 'smwgQSubcategoryDepth' => $GLOBALS['smwgQSubcategoryDepth'], 'smwgSparqlQFeatures' => $GLOBALS['smwgSparqlQFeatures']));
 }
Ejemplo n.º 2
0
 /**
  * @since 2.2
  */
 public function __construct()
 {
     parent::__construct(array('smwgIgnoreQueryErrors' => $GLOBALS['smwgIgnoreQueryErrors'], 'smwgQSortingSupport' => $GLOBALS['smwgQSortingSupport'], 'smwgQRandSortingSupport' => $GLOBALS['smwgQRandSortingSupport']));
 }