예제 #1
0
 /**
  * @param string $current_user_name
  */
 public static function setCurrentUserName($current_user_name)
 {
     self::$current_user_name = $current_user_name;
 }