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