Beispiel #1
0
 public static function setClientId($id)
 {
     if (!isset(self::$clientId)) {
         self::$clientId = $id;
     }
 }