getAppId() public method

public getAppId ( ) : string
return string
Esempio n. 1
0
 /**
  * @return string
  */
 public function getAppId()
 {
     return $this->producer->getAppId();
 }