appId = trim($appId); $this->certId = trim($certId); $this->devId = trim($devId); } /** * Returns the application ID. * * @return string */ public function getAppId() { return $this->appId; } /** * Returns the certificate ID. * * @return string */ public function getCertId() { return $this->certId; } /** * Returns the developer ID. * * @return string */ public function getDevId() { return $this->devId; } }