The Clean Architecture in php



Download 2,26 Mb.
Pdf ko'rish
bet61/179
Sana24.06.2021
Hajmi2,26 Mb.
#100337
1   ...   57   58   59   60   61   62   63   64   ...   179
Bog'liq
The-Clean-Architecture-in-PHP-Kristopher-Wilson

class
User
{
public function
getName
() {}
public function
getEmail
() {}
public function
find
(
$id
) {}
public function
save
() {}
}
This
User
class has two responsibilities: it manages the state of the user, and it manages the
retrieval from and persistence to the database. This violates SRP. Instead, we could refactor this
into two classes:
class
User
{
public function
getName
() {}
public function
getEmail
() {}
}
class
UserRepository
{
public function
find
(
$id
) {}
public function
save
(User
$user
) {}
}
The
User
class continues to manage the state of the user data, but now the
UserRepository
class
is responsible for managing the retrieval and persistence to the database. These two concepts are
now decoupled, and the two classes conform to SRP.
When we look at the
UserRepository
class, we can make a determination that retrieving and
persisting data to the database are the same responsibility, as a change to one (such as changing
where or how the data is stored) requires a change to the other.

Download 2,26 Mb.

Do'stlaringiz bilan baham:
1   ...   57   58   59   60   61   62   63   64   ...   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