Beispiel #1
0
 function getBlockedCount()
 {
     // XXX: WORM cache this
     $block = new Group_block();
     $block->group_id = $this->id;
     return $block->count();
 }