コード例 #1
0
ファイル: UserService.php プロジェクト: cmsgears/module-core
 public static function updateAttributes($user, $attributes)
 {
     foreach ($attributes as $attribute) {
         ModelAttributeService::update($attribute);
     }
     return true;
 }