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