[root]/trunk/wact/config
registry
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| JeffMoore | 49 (100.0%) | 1190 (100.0%) | 24.2 |
convert filename case
0 lines of code changed in 3 files:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 2 files:
Renamed test base classes to autonaming conventions. Also implemented
template filter. This should have been two different checkins. Oops.
2 lines of code changed in 1 file:
add ifsetor operator
29 lines of code changed in 2 files:
Make sure concrete factory methods are called during create.
40 lines of code changed in 2 files:
The get method now allows optional constructor parameters
3 lines of code changed in 1 file:
Added autodefine method
16 lines of code changed in 2 files:
added setterRequired, propertyRequired, and parameterRequired methods on the factory
to eliminate confusion between the two ways of using the Type setting method.
Added get() and set() methods so that property access on the container is now a mere shortcut.
Cleaned up docblocks and terminology dealing with what is a type.
73 lines of code changed in 1 file:
Added fluent interface for describing object construction
22 lines of code changed in 2 files:
Added define method for defining factories
99 lines of code changed in 2 files:
Added the concept of fallback and heirarchy to Wact_Config_Registry
181 lines of code changed in 3 files:
Changed syntax of creating instances to require create prefix on method names.
23 lines of code changed in 2 files:
Documentation and formatting cleanup
10 lines of code changed in 1 file:
Converted to use Wact_Reflection_* classes instead of custom reflection classes
3 lines of code changed in 1 file:
Split the registry and the factory into different files and change classnames to allow autoloading
42 lines of code changed in 2 files:
Change the precidence of the doc comment to override the specified
type hint. Simplified doc comment parsing.
48 lines of code changed in 2 files:
Added docblock reflection to determine the type to inject when its not specified.
54 lines of code changed in 2 files:
Moved registry parameter from getInstance to constructor.
15 lines of code changed in 1 file:
Extracted Reflection Oriented classes.
136 lines of code changed in 1 file:
Extracted factory class from registry class.
51 lines of code changed in 1 file:
(8 more)