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