The Clean Architecture in php


class CustomerController



Download 2,26 Mb.
Pdf ko'rish
bet75/179
Sana24.06.2021
Hajmi2,26 Mb.
#100337
1   ...   71   72   73   74   75   76   77   78   ...   179
Bog'liq
The-Clean-Architecture-in-PHP-Kristopher-Wilson

class
CustomerController
{
protected
$repository
;
public function
__construct
(CustomerRepository
$repo
) {
$this
->
repository
=
$repo
;
}
public function
viewAction
() {
$customer
=
$this
->
repository
->
getById
(
1001
);
return
$customer
;
}
}
The
CustomerController
is now guaranteed to have an instance of
CustomerRepository
ready
to be used. This controller can test this just like it was with setter injection using a mocked
repository, except it would be provided to the constructor rather than the set method:
$repository
=
new
MockCustomerRepository([
1001 =>
(
new
Customer())
->
setName
(
'ACME Corp'
)
]);
$controller
=
new
CustomerController(
$repository
);
$customer
=
$controller
->
viewAction
();
assertEquals(
'ACME Corp'
,
$customer
->
getName
());
Dependency injection helps to both loosely couple our code base, as well as provides the ability
to test individual components in isolation, without having to construct, prepare, and pass around
their individual dependencies. Since constructor injection forces the object to be injected with
its dependencies, it will be preferred over setter injection throughout the rest of this book.


Dependency Injection
48

Download 2,26 Mb.

Do'stlaringiz bilan baham:
1   ...   71   72   73   74   75   76   77   78   ...   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