mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 21:47:25 +02:00
typo
This commit is contained in:
@@ -7,7 +7,7 @@ namespace DesignPatterns\StaticFactory;
|
|||||||
*
|
*
|
||||||
* Purpose:
|
* Purpose:
|
||||||
* similar to the AbstractFactory, this pattern is used to create series of related or dependant objects.
|
* similar to the AbstractFactory, this pattern is used to create series of related or dependant objects.
|
||||||
* The difference between this and the abstract factory pattern is that the factory method pattern uses just one static
|
* The difference between this and the abstract factory pattern is that the static factory pattern uses just one static
|
||||||
* method to create all types of objects it can create. It is usually named "factory" or "build".
|
* method to create all types of objects it can create. It is usually named "factory" or "build".
|
||||||
*
|
*
|
||||||
* Examples:
|
* Examples:
|
||||||
|
Reference in New Issue
Block a user