collections = $collections; $this->user = $user; } /** * @return \collection[] */ public function getCollections() { return $this->collections; } /** * @return User */ public function getUser() { return $this->user; } }