lst = $lst; $this->exposeName = $exposeName; $this->publicationId = $publicationId; $this->accessToken = $accessToken; } public function getLst() { return $this->lst; } public function getExposeName() { return $this->exposeName; } public function getPublicationId() { return $this->publicationId; } public function getAccessToken() { return $this->accessToken; } }