mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 13:37:27 +02:00
deleted PhpStorm generated comments
This commit is contained in:
@@ -1,11 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
|
||||||
* Created by JetBrains PhpStorm.
|
|
||||||
* User: dominik
|
|
||||||
* Date: 21.08.11
|
|
||||||
* Time: 15:47
|
|
||||||
* To change this template use File | Settings | File Templates.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace DesignPatterns\AbstractFactory;
|
namespace DesignPatterns\AbstractFactory;
|
||||||
|
|
||||||
|
@@ -1,11 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
|
||||||
* Created by JetBrains PhpStorm.
|
|
||||||
* User: dominik
|
|
||||||
* Date: 21.08.11
|
|
||||||
* Time: 15:42
|
|
||||||
* To change this template use File | Settings | File Templates.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace DesignPatterns\AbstractFactory;
|
namespace DesignPatterns\AbstractFactory;
|
||||||
|
|
||||||
|
@@ -1,11 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
|
||||||
* Created by JetBrains PhpStorm.
|
|
||||||
* User: dominik
|
|
||||||
* Date: 21.08.11
|
|
||||||
* Time: 15:42
|
|
||||||
* To change this template use File | Settings | File Templates.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace DesignPatterns\AbstractFactory;
|
namespace DesignPatterns\AbstractFactory;
|
||||||
|
|
||||||
|
@@ -1,11 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
|
||||||
* Created by JetBrains PhpStorm.
|
|
||||||
* User: dominik
|
|
||||||
* Date: 21.08.11
|
|
||||||
* Time: 15:28
|
|
||||||
* To change this template use File | Settings | File Templates.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace DesignPatterns;
|
namespace DesignPatterns;
|
||||||
|
|
||||||
|
@@ -1,11 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
|
||||||
* Created by JetBrains PhpStorm.
|
|
||||||
* User: dominik
|
|
||||||
* Date: 21.08.11
|
|
||||||
* Time: 15:16
|
|
||||||
* To change this template use File | Settings | File Templates.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace DesignPatterns;
|
namespace DesignPatterns;
|
||||||
|
|
||||||
@@ -20,7 +13,6 @@ namespace DesignPatterns;
|
|||||||
* - Logger (May also be a Multiton if there are many Logfiles for several purposes)
|
* - Logger (May also be a Multiton if there are many Logfiles for several purposes)
|
||||||
* - Lock file for the application (there is only one in the filesystem ...)
|
* - Lock file for the application (there is only one in the filesystem ...)
|
||||||
*
|
*
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
class Singleton
|
class Singleton
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user