felipe Thu, 03 Jun 2010 12:31:22 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=300161
Log: - Added the three new ReflectionClass methods related to traits Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING =================================================================== --- php/php-src/trunk/UPGRADING 2010-06-03 12:15:18 UTC (rev 300160) +++ php/php-src/trunk/UPGRADING 2010-06-03 12:31:22 UTC (rev 300161) @@ -230,6 +230,9 @@ - Reflection: - ReflectionClass::isCloneable() + - ReflectionClass::getTraits() + - ReflectionClass::getTraitNames() + - ReflectionClass::getTraitAliases() i. New class constants
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php