General fixes

This commit is contained in:
Dennis Eichhorn 2017-11-05 13:09:39 +01:00
parent 88f93c80b3
commit 5f83208657
40 changed files with 67 additions and 67 deletions

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Admin; namespace Modules\Accounting\Admin;
@ -24,7 +24,7 @@ use phpOMS\Module\InfoManager;
* @category Modules * @category Modules
* @package Modules\Admin * @package Modules\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class Activate extends ActivateAbstract class Activate extends ActivateAbstract

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Admin; namespace Modules\Accounting\Admin;
@ -24,7 +24,7 @@ use phpOMS\Module\InfoManager;
* @category Modules * @category Modules
* @package Modules\Admin * @package Modules\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class Deactivate extends DeactivateAbstract class Deactivate extends DeactivateAbstract

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Admin\Install; namespace Modules\Accounting\Admin\Install;
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\DatabasePool;
* @category Modules * @category Modules
* @package Modules\Admin * @package Modules\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class Navigation class Navigation

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Admin; namespace Modules\Accounting\Admin;
@ -25,7 +25,7 @@ use phpOMS\Module\InstallerAbstract;
* @category Modules * @category Modules
* @package Modules\Admin * @package Modules\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class Installer extends InstallerAbstract class Installer extends InstallerAbstract

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Admin; namespace Modules\Accounting\Admin;
@ -25,7 +25,7 @@ use phpOMS\Module\InfoManager;
* @category Modules * @category Modules
* @package Modules\Admin * @package Modules\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class Uninstall extends UninstallAbstract class Uninstall extends UninstallAbstract

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Admin; namespace Modules\Accounting\Admin;
@ -26,7 +26,7 @@ use phpOMS\Module\InfoManager;
* @category Modules * @category Modules
* @package Modules\Admin * @package Modules\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class Update extends UpdateAbstract class Update extends UpdateAbstract

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting; namespace Modules\Accounting;
@ -29,7 +29,7 @@ use phpOMS\Views\View;
* @category Modules * @category Modules
* @package Framework * @package Framework
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class Controller extends ModuleAbstract implements WebInterface class Controller extends ModuleAbstract implements WebInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -21,7 +21,7 @@ namespace Modules\Accounting\Models;
* @category Module * @category Module
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class AccountAbstract implements AccountInterface abstract class AccountAbstract implements AccountInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -20,7 +20,7 @@ namespace Modules\Accounting\Models;
* @category Modules * @category Modules
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class AccountBalance abstract class AccountBalance

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -20,7 +20,7 @@ namespace Modules\Accounting\Models;
* @category Module * @category Module
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
interface AccountInterface interface AccountInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum;
* @category Modules * @category Modules
* @package Modules\Accounting * @package Modules\Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class AccountType extends Enum abstract class AccountType extends Enum

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use phpOMS\Utils\IO\ExchangeInterface;
* @category Modules * @category Modules
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class Balance implements ExchangeInterface abstract class Balance implements ExchangeInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use phpOMS\Utils\IO\ExchangeInterface;
* @category Module * @category Module
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class BatchPosting implements ExchangeInterface, \Countable class BatchPosting implements ExchangeInterface, \Countable

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use phpOMS\Utils\IO\ExchangeInterface;
* @category Module * @category Module
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class Creditor implements ExchangeInterface abstract class Creditor implements ExchangeInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use Modules\Accounting\Models\PersonalAccountAbstract;
* @category Modules * @category Modules
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class CreditorAccount extends PersonalAccountAbstract abstract class CreditorAccount extends PersonalAccountAbstract

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use phpOMS\Utils\IO\ExchangeInterface;
* @category Module * @category Module
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class Debitor implements ExchangeInterface abstract class Debitor implements ExchangeInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use Modules\Accounting\Models\PersonalAccountAbstract;
* @category Modules * @category Modules
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class DebitorAccount extends PersonalAccountAbstract abstract class DebitorAccount extends PersonalAccountAbstract

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -20,7 +20,7 @@ namespace Modules\Accounting\Models;
* @category Modules * @category Modules
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
interface EntryInterface interface EntryInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use phpOMS\Utils\IO\ExchangeInterface;
* @category Module * @category Module
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class ImpersonalAccount implements ExchangeInterface abstract class ImpersonalAccount implements ExchangeInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use phpOMS\Utils\IO\ExchangeInterface;
* @category Module * @category Module
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class IncomeStatement implements ExchangeInterface abstract class IncomeStatement implements ExchangeInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ namespace Modules\Accounting\Models;
* @category Module * @category Module
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class InvoicePosting extends PostingAbstract abstract class InvoicePosting extends PostingAbstract

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ namespace Modules\Accounting\Models;
* @category Module * @category Module
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class InvoicePostingSimple extends PostingAbstract abstract class InvoicePostingSimple extends PostingAbstract

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use phpOMS\Utils\IO\ExchangeInterface;
* @category Modules * @category Modules
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class PersonalAccountAbstract extends AccountAbstract implements ExchangeInterface abstract class PersonalAccountAbstract extends AccountAbstract implements ExchangeInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ namespace Modules\Accounting\Models;
* @category Module * @category Module
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class Posting extends PostingAbstract abstract class Posting extends PostingAbstract

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ namespace Modules\Accounting\Models;
* @category Module * @category Module
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class PostingAbstract implements PostingInterface abstract class PostingAbstract implements PostingInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use phpOMS\Utils\IO\ExchangeInterface;
* @category Modules * @category Modules
* @package Accounting * @package Accounting
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
interface PostingInterface extends ExchangeInterface interface PostingInterface extends ExchangeInterface

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace Modules\Accounting\Models; namespace Modules\Accounting\Models;
@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Enum;
* @category Modules * @category Modules
* @package Modules\Accounting\Models * @package Modules\Accounting\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class TimeRangeType extends Enum abstract class TimeRangeType extends Enum

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
return ['Navigation' => [ return ['Navigation' => [
'Accounting' => 'Accounting', 'Accounting' => 'Accounting',

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
$MODLANG[1] = [ $MODLANG[1] = [
]; ];

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
return ['Accounting' => [ return ['Accounting' => [
'Account' => 'Account', 'Account' => 'Account',

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
//echo $this->getData('nav')->render(); //echo $this->getData('nav')->render();

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this

View File

@ -9,6 +9,6 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this

View File

@ -9,6 +9,6 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this

View File

@ -9,7 +9,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link http://orange-management.com * @link http://website.orange-management.de
*/ */
/** /**
* @var \phpOMS\Views\View $this * @var \phpOMS\Views\View $this