block = $block; $this->category = $category; } /** * Returns count of blocks. * * @param array $filter * * @return int */ public function count() { return 0; } }