@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | |
54 | 54 | /** |
55 | 55 | * Cохранение сущности |
56 | - * @param \Core\Infrastructure\EntityInterface $Entity |
|
56 | + * @param EntityInterface $Entity |
|
57 | 57 | */ |
58 | 58 | public function save(EntityInterface $Entity) |
59 | 59 | { |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | |
93 | 93 | /** |
94 | 94 | * из объекта формирует массив |
95 | - * @param \Core\Infrastructure\EntityInterface $Entity |
|
95 | + * @param EntityInterface $Entity |
|
96 | 96 | * @return \Core\Infrastructure\EntityInterface |
97 | 97 | * @throws BadMethodCallException |
98 | 98 | */ |
@@ -126,9 +126,9 @@ discard block |
||
126 | 126 | /** |
127 | 127 | * Подготавливаем конечный вариант Сущности |
128 | 128 | * |
129 | - * @param \Core\Infrastructure\EntityInterface $Entity |
|
129 | + * @param EntityInterface $Entity |
|
130 | 130 | * @param array $row |
131 | - * @return \Core\Infrastructure\EntityInterface |
|
131 | + * @return EntityInterface |
|
132 | 132 | * @throws BadMethodCallException |
133 | 133 | */ |
134 | 134 | protected function buildEntity(EntityInterface $Entity, array $row){ |
@@ -172,7 +172,7 @@ discard block |
||
172 | 172 | |
173 | 173 | /** |
174 | 174 | * |
175 | - * @param \Core\Infrastructure\ISpecificationCriteria $specification |
|
175 | + * @param ISpecificationCriteria $specification |
|
176 | 176 | * @return type |
177 | 177 | */ |
178 | 178 | public function findBySpecification(ISpecificationCriteria $specification){ |
@@ -195,7 +195,7 @@ discard block |
||
195 | 195 | |
196 | 196 | /** |
197 | 197 | * Удаление записи |
198 | - * @param \Core\Infrastructure\EntityInterface $Entity |
|
198 | + * @param EntityInterface $Entity |
|
199 | 199 | * @return boolean |
200 | 200 | */ |
201 | 201 | public function delete(EntityInterface $Entity) |
@@ -249,7 +249,7 @@ discard block |
||
249 | 249 | |
250 | 250 | /** |
251 | 251 | * Выборка удаленных моделей |
252 | - * @param \Core\Infrastructure\ISpecificationCriteria $specification |
|
252 | + * @param ISpecificationCriteria $specification |
|
253 | 253 | */ |
254 | 254 | private function setSoftDelete(ISpecificationCriteria $specification){ |
255 | 255 | if( |
@@ -79,9 +79,9 @@ discard block |
||
79 | 79 | /** |
80 | 80 | * Подготавливаем конечный вариант Сущности |
81 | 81 | * |
82 | - * @param \Core\Infrastructure\EntityInterface $Entity |
|
82 | + * @param EntityInterface $Entity |
|
83 | 83 | * @param array $row |
84 | - * @return \Core\Infrastructure\EntityInterface |
|
84 | + * @return EntityInterface |
|
85 | 85 | * @throws BadMethodCallException |
86 | 86 | */ |
87 | 87 | protected function buildEntity(EntityInterface $Entity, array $row){ |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | |
132 | 132 | /** |
133 | 133 | * из объекта формирует массив |
134 | - * @param \Core\Infrastructure\EntityInterface $Entity |
|
134 | + * @param EntityInterface $Entity |
|
135 | 135 | * @return \Core\Infrastructure\EntityInterface |
136 | 136 | * @throws BadMethodCallException |
137 | 137 | */ |