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