-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # akrys/redaxo/addon/UsageCheck/Config.php # general/config.inc.php # package.yml
- Loading branch information
Showing
116 changed files
with
12,183 additions
and
1,308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
docs | ||
node_modules | ||
/vendor/ | ||
composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
akrys/redaxo/addon/UsageCheck/Exception/CloneException.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?php | ||
|
||
/** | ||
* Datei für CloneException | ||
* | ||
* Die Exception verhindert, dass Singleton-Objekte geklont werden können. | ||
* | ||
* @version 1.0 / 2015-10-27 | ||
* @author akrys | ||
*/ | ||
namespace akrys\redaxo\addon\UsageCheck\Exception; | ||
|
||
/** | ||
* Description of LangFileGenError | ||
* | ||
* @author akrys | ||
*/ | ||
class CloneException | ||
extends \Exception | ||
{ | ||
|
||
} |
15 changes: 5 additions & 10 deletions
15
akrys/redaxo/addon/UsageCheck/Exception/FunctionNotCallableException.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
akrys/redaxo/addon/UsageCheck/Exception/InvalidVersionException.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
|
||
/** | ||
* Datei für die InvalidVersionException | ||
* | ||
* @version 1.0 / 2016-07-15 | ||
* @author akrys | ||
*/ | ||
namespace akrys\redaxo\addon\UsageCheck\Exception; | ||
|
||
/** | ||
* Wird geworfen, wenn es keine passende Funktionalität für die zugrunde liegende | ||
* Redaxo-Version gibt. | ||
* | ||
* @author akrys | ||
*/ | ||
class InvalidVersionException | ||
extends \Exception | ||
{ | ||
//put your code here | ||
} |
12 changes: 4 additions & 8 deletions
12
akrys/redaxo/addon/UsageCheck/Exception/LangFileGenError.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.