mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-11 09:24:01 +02:00
some more comments, typos etc.
This commit is contained in:
@@ -46,6 +46,7 @@ class Multiton
|
||||
|
||||
/**
|
||||
* gets the instance with the given name, e.g. Multiton::INSTANCE_1
|
||||
* uses lazy initialization
|
||||
*
|
||||
* @param string $instanceName
|
||||
* @return Multiton
|
||||
|
Reference in New Issue
Block a user