@@ -8,6 +8,9 @@ |
||
8 | 8 | { |
9 | 9 | public $repository; |
10 | 10 | |
11 | + /** |
|
12 | + * @param BaseRepository $value |
|
13 | + */ |
|
11 | 14 | public function setRepository($value) |
12 | 15 | { |
13 | 16 | $this->repository = $value; |
@@ -35,6 +35,9 @@ |
||
35 | 35 | $this->recordClass = $value; |
36 | 36 | } |
37 | 37 | |
38 | + /** |
|
39 | + * @return string |
|
40 | + */ |
|
38 | 41 | public function getRecordClass() |
39 | 42 | { |
40 | 43 | if ($this->recordClass === null) { |