コード例 #1
0
ファイル: class.options.php プロジェクト: repsycle/baseline
 public static function userGet($userId, $option)
 {
     return Options::userValue($userId, $option);
 }