summaryrefslogtreecommitdiffstats
path: root/Core/Util/ClassUtils.php
Commit message (Collapse)AuthorAgeFilesLines
* [Security] Remove deprecated interfacesNicolas Grekas2015-09-031-72/+0
|
* Deprecated Security ClassUtils in favor of Acl ClassUtilsIltar van der Berg2015-08-271-2/+9
|
* add missing param names to @param annotationChristian Flothmann2015-01-041-1/+1
|
* Fixes various phpdoc and coding standards.Hugo Hamon2015-01-021-1/+3
|
* [2.3] CS And DocBlock FixesGraham Campbell2014-12-221-2/+3
|
* fixed CSFabien Potencier2014-09-221-1/+3
|
* Make non-instantiable utils classes consistent with each otherRoman Marintsenko2012-11-131-0/+5
|
* [Security][ACL] Fixed ObjectIdentity::fromDomainObject and ↵Jordan Alliot2012-04-121-0/+55
UserSecurityIdentity::from(Account|Token) when working with proxies Backported ClassUtils class from Doctrine Common 2.2 Fixes #2611, #2056, #2048, #2035