• Sign in
  • Register
  • Home
  • Projects
  • Help
Start TYPO3 v4 TYPO3 v5FLOW3other
Search:

FLOW3

  • Overview
  • Activity
  • Roadmap
  • Issues
  • Wiki
  • Repository
  • Continuous integration
  • Menu
  • Actions
DistributionProjectsPackages
« Previous | Next » 

Revision 1134

k-fish, 2008-08-13 16:58

FLOW3:
  • When reconstituting objects, properties are no longer serialized/deserialized but fetched through the __wakeup() method that is now introduced into every AOP proxy class.
  • Reconstituted objects may now have advices attached, as the needed information is set up in their __wakeup() method.

Files

added 
modified 
deleted 

View differences

/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AbstractConstructorInterceptorBuilder.php
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AbstractMethodInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AdvicedConstructorInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AdvicedMethodInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_EmptyConstructorInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_EmptyMethodInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_ProxyClassBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/Component/F3_FLOW3_Component_ObjectBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/Reflection/F3_FLOW3_Reflection_Class.php
View differences
/Packages/FLOW3/trunk/Resources/PHP/AOPProxyClassTemplate.php
View differences
/Packages/FLOW3/trunk/Tests/Component/F3_FLOW3_Component_ObjectBuilderTest.php
View differences

Loading...
Powered by Redmine © 2006-2008 Jean-Philippe Lang