The Clean Architecture in php



Download 2,26 Mb.
Pdf ko'rish
bet121/179
Sana24.06.2021
Hajmi2,26 Mb.
#100337
1   ...   117   118   119   120   121   122   123   124   ...   179
Bog'liq
The-Clean-Architecture-in-PHP-Kristopher-Wilson

class
CustomerFactory
{
public function
create
() {
$customer
=
new
Customer();
$customer
->
setCreditLimit
(
0
);
$customer
->
setStatus
(
'pending'
);
return
$customer
;
}
}
Now, wherever we need to create a customer, we can simply use our factory:
$customer
=
(
new
CustomerFactory())
->
create
();
If our business logic ever changes, all we need to do is simply update the factory, and each
customer creation point will follow the new rules.
The skillful developer might see an even easier solution to this problem: just throw the defaults
in the class or constructor:
class
Customer
{
protected
$id
;
protected
$name
;
protected
$creditLimit
= 0
;
protected
$status
=
'pending'
;
}
This is true: that does look much simpler, and it’s completely due to the simplicity of the example.
However, let’s say we have an account manager that needs to be assigned to every new customer,
and to pick them, we need to find the next available account manager (whatever that might mean
in the context of our application):


Database Independence
88

Download 2,26 Mb.

Do'stlaringiz bilan baham:
1   ...   117   118   119   120   121   122   123   124   ...   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