mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-06 22:14:59 +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
|
* 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.
|
* and builds a complex object with the help of the builder.
|
||||||
* If you make it abstract, this becomes a "meta-factory-method" very powerfull.
|
|
||||||
*
|
*
|
||||||
* You can also inject many builders instead of one to build more complex objects
|
* You can also inject many builders instead of one to build more complex objects
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user