@@ -19,19 +19,15 @@ |
||
| 19 | 19 | use Nette\ComponentModel; |
| 20 | 20 | use Nette\Localization; |
| 21 | 21 | use Nette\Utils; |
| 22 | - |
|
| 23 | 22 | use IPub; |
| 24 | 23 | use IPub\Widgets\Decorators; |
| 25 | 24 | use IPub\Widgets\Entities; |
| 26 | 25 | use IPub\Widgets\Exceptions; |
| 27 | 26 | use IPub\Widgets\Widgets; |
| 28 | - |
|
| 29 | 27 | use IPub\Widgets\WidgetsManager; |
| 30 | 28 | use IPub\Widgets\FiltersManager; |
| 31 | 29 | use IPub\Widgets\DecoratorsManager; |
| 32 | 30 | |
| 33 | -use IPub\Packages; |
|
| 34 | - |
|
| 35 | 31 | /** |
| 36 | 32 | * Widgets container control definition |
| 37 | 33 | * |
@@ -14,9 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Widgets\Filter; |
| 16 | 16 | |
| 17 | -use Nette; |
|
| 18 | -use Nette\Application; |
|
| 19 | - |
|
| 20 | 17 | /** |
| 21 | 18 | * Widgets status filter |
| 22 | 19 | * |
@@ -19,10 +19,8 @@ |
||
| 19 | 19 | use Nette\ComponentModel; |
| 20 | 20 | use Nette\Localization; |
| 21 | 21 | use Nette\Utils; |
| 22 | - |
|
| 23 | 22 | use IPub; |
| 24 | 23 | use IPub\Widgets; |
| 25 | -use IPub\Widgets\Decorators; |
|
| 26 | 24 | use IPub\Widgets\Entities; |
| 27 | 25 | use IPub\Widgets\Exceptions; |
| 28 | 26 | |
@@ -14,4 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Widgets\Exceptions; |
| 16 | 16 | |
| 17 | -class InvalidArgumentException extends \InvalidArgumentException implements IException {} |
|
| 18 | 17 | \ No newline at end of file |
| 18 | +class InvalidArgumentException extends \InvalidArgumentException implements IException |
|
| 19 | +{ |
|
| 20 | +} |
|
| 19 | 21 | \ No newline at end of file |
@@ -14,4 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Widgets\Exceptions; |
| 16 | 16 | |
| 17 | -class DecoratorNotRegisteredException extends InvalidStateException {} |
|
| 17 | +class DecoratorNotRegisteredException extends InvalidStateException |
|
| 18 | +{ |
|
| 19 | +} |
|
@@ -14,4 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Widgets\Exceptions; |
| 16 | 16 | |
| 17 | -class WidgetLoadException extends \Exception implements IException {} |
|
| 17 | +class WidgetLoadException extends \Exception implements IException |
|
| 18 | +{ |
|
| 19 | +} |
|
@@ -14,4 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Widgets\Exceptions; |
| 16 | 16 | |
| 17 | -interface IException {} |
|
| 18 | 17 | \ No newline at end of file |
| 18 | +interface IException |
|
| 19 | +{ |
|
| 20 | +} |
|
| 19 | 21 | \ No newline at end of file |
@@ -14,4 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Widgets\Exceptions; |
| 16 | 16 | |
| 17 | -class FileNotFoundException extends IOException implements IException {} |
|
| 18 | 17 | \ No newline at end of file |
| 18 | +class FileNotFoundException extends IOException implements IException |
|
| 19 | +{ |
|
| 20 | +} |
|
| 19 | 21 | \ No newline at end of file |
@@ -14,4 +14,6 @@ |
||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Widgets\Exceptions; |
| 16 | 16 | |
| 17 | -class InvalidStateException extends \RuntimeException implements IException {} |
|
| 18 | 17 | \ No newline at end of file |
| 18 | +class InvalidStateException extends \RuntimeException implements IException |
|
| 19 | +{ |
|
| 20 | +} |
|
| 19 | 21 | \ No newline at end of file |