Esempio n. 1
0
 function addT($s, $p, $o, $s_type, $o_type, $o_dt = '', $o_lang = '')
 {
     if ($this->t_count > 1000) {
         call_user_func($this->callback, $this->getSimpleIndex(0));
         $this->triples = array();
         $this->t_count = 0;
     }
     parent::addT($s, $p, $o, $s_type, $o_type, $o_dt, $o_lang);
 }
 function __init()
 {
     parent::__init();
 }