Ejemplo n.º 1
0
 /**
  * Set the application name, this is included in the User-Agent HTTP header.
  * @param string $applicationName
  */
 public function setApplicationName($applicationName)
 {
     $this->config->setApplicationName($applicationName);
 }