The Clean Architecture in php


class CustomersController



Download 2,26 Mb.
Pdf ko'rish
bet37/179
Sana24.06.2021
Hajmi2,26 Mb.
#100337
1   ...   33   34   35   36   37   38   39   40   ...   179
Bog'liq
The-Clean-Architecture-in-PHP-Kristopher-Wilson

class
CustomersController
extends
AbstractActionController {
protected
$customerRepository
;
public function
__construct
(CustomerRepositoryInterface
$repository
) {
$this
->
customerRepository
=
$repository
;
}
public function
indexAction
() {
return
[
'users'
=>
$this
->
customerRepository
->
getAll
()
];
}
}
We’ve solved several problems:
1. We’re no longer tightly coupled to any repository implementation by using an interface.
Whatever we get will be required to implement
CustomerRepositoryInterface
, and that
should give us our data. We don’t care what, how, or where.
2. We can easily test now as we can mock the class being used by the controller and make it
return a known set of data. Then we can test that the controller properly passes it off to
the view.
3. We have nothing in here that should prevent us from ever upgrading to newer versions
of PHP or libraries, unless PHP or some library drastically change how they work, which
would require a big rewrite regardless of how we wrote our code.
4. Queries? We’re not even using queries. Again: we don’t even know where our data comes
from at this layer. If we suddenly need to get data from a different place, no big deal:
simply pass us a different object that implements
CustomerRepositoryInterface
.
If some of this doesn’t make much sense, don’t worry. We’re about to cover it all in-depth in the
next chapters.


What is Architecture?
13

Download 2,26 Mb.

Do'stlaringiz bilan baham:
1   ...   33   34   35   36   37   38   39   40   ...   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