connect(); $this->gwScore= new ScoreGateway($pdo); } public function getHScore(){ return $this->gwScore->getScore(); } }