mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-05-30 18:39:38 +02:00
removed sentence about meta-factory-method
This commit is contained in:
parent
223d6757cb
commit
2c301f2b74
@ -4,8 +4,7 @@ namespace DesignPatterns\Builder;
|
||||
|
||||
/**
|
||||
* Director is part of the builder pattern. It knows the interface of the builder
|
||||
* and build a complex object with the help of the builder.
|
||||
* If you make it abstract, this becomes a "meta-factory-method" very powerfull.
|
||||
* and builds a complex object with the help of the builder.
|
||||
*
|
||||
* You can also inject many builders instead of one to build more complex objects
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user