The Clean Architecture in php



Download 2,26 Mb.
Pdf ko'rish
bet79/179
Sana24.06.2021
Hajmi2,26 Mb.
#100337
1   ...   75   76   77   78   79   80   81   82   ...   179
Bog'liq
The-Clean-Architecture-in-PHP-Kristopher-Wilson

Are we still coupling?
Our whole reason for going down this path of dependency injection was to reduce coupling in
our code. Recall that our initial example, pre-inversion of control looked like this:


Dependency Injection
51
class
CustomerController
{
public function
viewAction
() {
$repository
=
new
CustomerRepository();
$customer
=
$repository
->
getById
(
1001
);
return
$customer
;
}
}
In this code we are highly coupled to the
CustomerRepository
as we are declaring a concrete
dependency right in the middle of our code. By switching to using dependency injection, we
ended up with this:
class
CustomerController
{
protected
$repository
;
public function
__construct
(CustomerRepository
$repo
) {
$this
->
repository
=
$repo
;
}
public function
viewAction
() {
$customer
=
$this
->
repository
->
getById
(
1001
);
return
$customer
;
}
}
Now we’re being provided some kind of class that is an instance of
CustomerRepository
. This
is much looser coupling, but it’s still coupling. We still need something that is or extends from
CustomerRepository
. There’s no real way around that. And since this repository will likely sit
within our persistence implementation, we’re also coupling to a whole infrastructure layer that
talks to a database.
There is one level farther we can go with decoupling our dependencies by using interfaces to
define contracts.



Download 2,26 Mb.

Do'stlaringiz bilan baham:
1   ...   75   76   77   78   79   80   81   82   ...   179




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish