Beispiel #1
0
 /**
  * 
  * @static
  * @param string $login
  */
 public static function setLogin($login)
 {
     self::$_login = $login;
 }