Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
D&T Internet GmbH
TYPO3 CMS HiOrg Integration
Commits
f32f79a7
Commit
f32f79a7
authored
Jan 29, 2020
by
Stefan Bublies
Browse files
Anpassen des Vendor-Names
parent
9e222abc
Changes
7
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/HiOrgServerLoginController.php
View file @
f32f79a7
<?php
namespace
D
tihiorg
\DtiHiorg\Controller
;
namespace
D
TInternet
\DtiHiorg\Controller
;
/***************************************************************
...
...
@@ -38,7 +38,7 @@ class HiOrgServerLoginController extends \TYPO3\CMS\Extbase\Mvc\Controller\Actio
/**
* hiOrgServerLoginRepository
*
* @var \D
tihiorg
\DtiHiorg\Domain\Repository\HiOrgServerLoginRepository
* @var \D
TInternet
\DtiHiorg\Domain\Repository\HiOrgServerLoginRepository
* @inject
*/
protected
$hiOrgServerLoginRepository
=
NULL
;
...
...
Classes/Controller/HiOrgServerSchnittstelleController.php
View file @
f32f79a7
<?php
namespace
D
tihiorg
\DtiHiorg\Controller
;
namespace
D
TInternet
\DtiHiorg\Controller
;
/***************************************************************
...
...
@@ -35,7 +35,7 @@ class HiOrgServerSchnittstelleController extends \TYPO3\CMS\Extbase\Mvc\Controll
/**
* hiOrgServerSchnittstelleRepository
*
* @var \D
tihiorg
\DtiHiorg\Domain\Repository\HiOrgServerSchnittstelleRepository
* @var \D
TInternet
\DtiHiorg\Domain\Repository\HiOrgServerSchnittstelleRepository
* @inject
*/
protected
$hiOrgServerSchnittstelleRepository
=
NULL
;
...
...
Classes/Domain/Model/HiOrgServerLogin.php
View file @
f32f79a7
<?php
namespace
D
tihiorg
\DtiHiorg\Domain\Model
;
namespace
D
TInternet
\DtiHiorg\Domain\Model
;
/***************************************************************
...
...
Classes/Domain/Model/HiOrgServerSchnittstelle.php
View file @
f32f79a7
<?php
namespace
D
tihiorg
\DtiHiorg\Domain\Model
;
namespace
D
TInternet
\DtiHiorg\Domain\Model
;
/***************************************************************
...
...
Classes/Domain/Repository/HiOrgServerLoginRepository.php
View file @
f32f79a7
<?php
namespace
D
tihiorg
\DtiHiorg\Domain\Repository
;
namespace
D
TInternet
\DtiHiorg\Domain\Repository
;
/***************************************************************
...
...
Classes/Domain/Repository/HiOrgServerSchnittstelleRepository.php
View file @
f32f79a7
<?php
namespace
D
tihiorg
\DtiHiorg\Domain\Repository
;
namespace
D
TInternet
\DtiHiorg\Domain\Repository
;
/***************************************************************
...
...
ext_localconf.php
View file @
f32f79a7
...
...
@@ -4,7 +4,7 @@ if (!defined('TYPO3_MODE')) {
}
\
TYPO3\CMS\Extbase\Utility\ExtensionUtility
::
configurePlugin
(
'D
tihiorg
.'
.
$_EXTKEY
,
'D
TInternet
.'
.
$_EXTKEY
,
'Dtihiorgid'
,
array
(
'HiOrgServerSchnittstelle'
=>
'list'
,
...
...
@@ -20,7 +20,7 @@ if (!defined('TYPO3_MODE')) {
);
\
TYPO3\CMS\Extbase\Utility\ExtensionUtility
::
configurePlugin
(
'D
tihiorg
.'
.
$_EXTKEY
,
'D
TInternet
.'
.
$_EXTKEY
,
'Dtihiorgreg'
,
array
(
'HiOrgServerLogin'
=>
'list'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment