コード例 #1
0
ファイル: UserService.php プロジェクト: cmsgears/module-core
 public static function findAttributeMapByType($user, $type)
 {
     return ModelAttributeService::findAttributeMapByType($user->id, CoreGlobal::TYPE_USER, $type);
 }