@@ -17,8 +17,9 @@ |
||
| 17 | 17 | <ul> |
| 18 | 18 | <?php |
| 19 | 19 | foreach (get_included_files() as $sFileName) { |
| 20 | - if (stristr($sFileName, 'map.php') && stristr($sFileName, $this->getMap()->getModuleName())) |
|
| 21 | - echo '<li>' . $sFileName . '</li>'; |
|
| 20 | + if (stristr($sFileName, 'map.php') && stristr($sFileName, $this->getMap()->getModuleName())) { |
|
| 21 | + echo '<li>' . $sFileName . '</li>'; |
|
| 22 | + } |
|
| 22 | 23 | }; |
| 23 | 24 | ?> |
| 24 | 25 | </ul> |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @package presentation |
|
| 4 | - * @subpackage requests |
|
| 5 | - * @author marius orcsik <[email protected]> |
|
| 6 | - * @date 2013.09.26 |
|
| 7 | - */ |
|
| 3 | + * @package presentation |
|
| 4 | + * @subpackage requests |
|
| 5 | + * @author marius orcsik <[email protected]> |
|
| 6 | + * @date 2013.09.26 |
|
| 7 | + */ |
|
| 8 | 8 | namespace vsc\presentation\requests; |
| 9 | 9 | |
| 10 | 10 | class BasicHttpAuthentication extends HttpAuthenticationA { |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @package presentation |
|
| 4 | - * @subpackage requests |
|
| 5 | - * @author marius orcsik <[email protected]> |
|
| 6 | - * @date 2011.08.11 |
|
| 7 | - */ |
|
| 3 | + * @package presentation |
|
| 4 | + * @subpackage requests |
|
| 5 | + * @author marius orcsik <[email protected]> |
|
| 6 | + * @date 2011.08.11 |
|
| 7 | + */ |
|
| 8 | 8 | namespace vsc\presentation\requests; |
| 9 | 9 | |
| 10 | 10 | class RawHttpRequest extends RwHttpRequest { |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @package presentation |
|
| 4 | - * @subpackage requests |
|
| 5 | - * @author marius orcsik <[email protected]> |
|
| 6 | - * @date 2013.09.26 |
|
| 7 | - */ |
|
| 3 | + * @package presentation |
|
| 4 | + * @subpackage requests |
|
| 5 | + * @author marius orcsik <[email protected]> |
|
| 6 | + * @date 2013.09.26 |
|
| 7 | + */ |
|
| 8 | 8 | namespace vsc\presentation\requests; |
| 9 | 9 | |
| 10 | 10 | class DigestHttpAuthentication extends HttpAuthenticationA { |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @package presentation |
|
| 4 | - * @subpackage views |
|
| 5 | - * @author marius orcsik <[email protected]> |
|
| 6 | - * @date 2011.02.17 |
|
| 7 | - */ |
|
| 3 | + * @package presentation |
|
| 4 | + * @subpackage views |
|
| 5 | + * @author marius orcsik <[email protected]> |
|
| 6 | + * @date 2011.02.17 |
|
| 7 | + */ |
|
| 8 | 8 | namespace vsc\presentation\views; |
| 9 | 9 | |
| 10 | 10 | use vsc\domain\models\StaticFileModel; |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @package presentation |
|
| 4 | - * @subpackage views |
|
| 5 | - * @author marius orcsik <[email protected]> |
|
| 6 | - * @date 09.11.19 |
|
| 7 | - */ |
|
| 3 | + * @package presentation |
|
| 4 | + * @subpackage views |
|
| 5 | + * @author marius orcsik <[email protected]> |
|
| 6 | + * @date 09.11.19 |
|
| 7 | + */ |
|
| 8 | 8 | namespace vsc\presentation\views; |
| 9 | 9 | |
| 10 | 10 | class RssView extends ViewA implements RssViewInterface { |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @package presentation |
|
| 4 | - * @subpackage views |
|
| 5 | - * @author marius orcsik <[email protected]> |
|
| 6 | - * @date 2010.04.09 |
|
| 7 | - */ |
|
| 3 | + * @package presentation |
|
| 4 | + * @subpackage views |
|
| 5 | + * @author marius orcsik <[email protected]> |
|
| 6 | + * @date 2010.04.09 |
|
| 7 | + */ |
|
| 8 | 8 | namespace vsc\presentation\views; |
| 9 | 9 | |
| 10 | 10 | class TxtView extends ViewA implements ViewInterface { |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @package presentation |
|
| 4 | - * @subpackage views |
|
| 5 | - * @author marius orcsik <[email protected]> |
|
| 6 | - * @date 2010.04.09 |
|
| 7 | - */ |
|
| 3 | + * @package presentation |
|
| 4 | + * @subpackage views |
|
| 5 | + * @author marius orcsik <[email protected]> |
|
| 6 | + * @date 2010.04.09 |
|
| 7 | + */ |
|
| 8 | 8 | namespace vsc\presentation\views; |
| 9 | 9 | |
| 10 | 10 | use vsc\domain\models\ModelA; |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @package presentation |
|
| 4 | - * @subpackage views |
|
| 5 | - * @author marius orcsik <[email protected]> |
|
| 6 | - * @date 2010.10.15 |
|
| 7 | - */ |
|
| 3 | + * @package presentation |
|
| 4 | + * @subpackage views |
|
| 5 | + * @author marius orcsik <[email protected]> |
|
| 6 | + * @date 2010.10.15 |
|
| 7 | + */ |
|
| 8 | 8 | namespace vsc\presentation\views; |
| 9 | 9 | |
| 10 | 10 | class Html5View extends XhtmlView { |