catsTable = $catsTable; } public function getCat() { return $this->catsTable->find(['id'], ['value0' => $this->categoryId])[0]; } } ?>