Esempio n. 1
0
 function registerDataset($dataset)
 {
     $this->dataset = WactTemplate::castToIterator($dataset);
     $this->cached_count = null;
 }
Esempio n. 2
0
 function registerDataset($dataset)
 {
     $this->dataset = WactTemplate::castToIterator($dataset);
 }