Skip to content

Commit e04e6d1

Browse files
committed
Added 'isProject' description to project README
1 parent 52b2596 commit e04e6d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ $calendarForDay = $calendar->getPeriodForDay(new DateTime('2024-01-01'));
5050
- `type` - тип дня(праздничный, рабочий, выходной и тд);
5151
- `weekDay` - день недели;
5252
- `workingHours` - количество рабочих часов.
53+
- `isProject` - находится ли этот день в проекте закона и еще не утвержден.
5354

5455
Свойство `statistic` отображает ряд статистических данных для задаваемого периода:
5556
- `calendarDays` – количество календарных дней в периоде;
@@ -117,6 +118,7 @@ Shahruslan\ProductionCalendar\Entity\Period Object
117118
[value] => вс
118119
)
119120
[workingHours] => 0
121+
[isProject] => 0
120122
)
121123
[1] => Shahruslan\ProductionCalendar\Entity\Day Object
122124
(
@@ -137,6 +139,7 @@ Shahruslan\ProductionCalendar\Entity\Period Object
137139
[value] => пн
138140
)
139141
[workingHours] => 0
142+
[isProject] => 0
140143
)
141144
[2] => Shahruslan\ProductionCalendar\Entity\Day Object
142145
(
@@ -157,6 +160,7 @@ Shahruslan\ProductionCalendar\Entity\Period Object
157160
[value] => вт
158161
)
159162
[workingHours] => 8
163+
[isProject] => 0
160164
)
161165
)
162166
[statistic] => Shahruslan\ProductionCalendar\Entity\Statistic Object

0 commit comments

Comments
 (0)