The Clean Architecture in php



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

class
MyRepository
{
public function
getById
(
$id
);
public function
findById
(
$id
);
public function
find
(
$id
);
public function
retrieve
(
$id
);
}
I prefer either the
get()
or
find()
variants. You’ll often encounter other methods in repositories
aimed at retrieving data in different ways:
class
MyRepository
{
public function
getById
(
$id
);
public function
getAll
();
public function
getBy
(
array
$conditions
);
}
Common persistence methods include:
class
MyRepository
{
public function
persist
(
$object
);
public function
save
(
$object
);
}
I prefer to use
persist()
, but these decisions are entirely up to you.
Repositories should only reference one object class. Thus, for each object you need to retrieve or
persist, you should have a separate repository for them. If we’re working with a
Customer
object,
we should have a
CustomerRepository
.


Design Patterns, A Primer
26
public function
saveAction
() {
$customer
=
$this
->
customerRepository
->
getById
(
1001
);
$customer
->
setName
(
'New Customer Name'
);
$this
->
customerRepository
->
persist
(
$customer
);
}
This client code is simple to use; it does not need to know the mechanics or language of the data
store. It only needs to know how to use the repository, which it does through a simple API.
Repositories and Factories are often used together. The factory is responsible for created the
object, and the repository is responsible for persisting it. When an object already exists in the data
store, the repository is also responsible for retrieving a reference to it, and later likely responsible
for saving changes made to it.

Download 2,26 Mb.

Do'stlaringiz bilan baham:
1   ...   46   47   48   49   50   51   52   53   ...   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