Because i obtain all info to user from social network, for example: /**twitter**/ > $r = $twitter->api()->get( 'users/show.json?screen_name=' . > $twitter_account->getDisplayName() ); > $twitter_account->setFollowersCount($r->followers_count); > $twitter_account->setStatusCount($r->statuses_count); > $twitter_account->setFollowing($r->friends_count); > $twitter_account->setImageUrl($r->profile_image_url);
And i would like log entity if there are any change. El sábado, 19 de julio de 2014 18:33:43 UTC+2, Parsifal escribió: > > What will you get by var_dumping the getEntityChangeSet object? > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
