The Clean Architecture in php


interface DistanceInterface { public function



Download 2,26 Mb.
Pdf ko'rish
bet53/179
Sana24.06.2021
Hajmi2,26 Mb.
#100337
1   ...   49   50   51   52   53   54   55   56   ...   179
Bog'liq
The-Clean-Architecture-in-PHP-Kristopher-Wilson

interface
DistanceInterface {
public function
getDistance
(
$from
,
$to
);
}
If we want to provide a
DistanceInterface
concrete class that gives the walking distance
between two points, we can write an adapter to use the
GoogleMapsApi
class to do so:
class
WalkingDistance
implements
DistanceInterface {
public function
getDistance
(
$from
,
$to
) {
$api
=
new
GoogleMapsApi();
$directions
=
$api
->
getWalkingDirections
(
$from
,
$to
);
return
$directions
->
getTotalDistance
();
}
}
This class inherits from our
DistanceInterface
, and properly returns the distance using the
GoogleMapsApi
class to first get the walking directions, and then return the distance contained
in that result.
The Adapter Pattern allows us to take one object, and adapt it to fit the interface of another
object, making them compatible in whatever context we’re trying to use them.
Adapters are discussed in more detail in the chapter
Abstracting With Adapters
, including some
very valid use cases for this pattern.

Download 2,26 Mb.

Do'stlaringiz bilan baham:
1   ...   49   50   51   52   53   54   55   56   ...   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