Beispiel #1
0
 /**
  * Constructor
  * @param text $store_name : Préfixe utilisé pour les tables de stockage du schéma rdf
  * @return void
  */
 public function __construct($store_name = "", $config = array())
 {
     parent::__construct($store_name, $config);
 }