Beispiel #1
0
 public function Count($wherefunc = NULL)
 {
     if (!$wherefunc) {
         return count($this->lookup);
     } else {
         return parent::Count($wherefunc);
     }
 }