@@ -21,6 +21,7 @@ |
||
21 | 21 | { |
22 | 22 | /** |
23 | 23 | * @inheritdoc |
24 | + * @param string $writerType |
|
24 | 25 | */ |
25 | 26 | public static function create($writerType) |
26 | 27 | { |
@@ -75,6 +75,9 @@ |
||
75 | 75 | return $row; |
76 | 76 | } |
77 | 77 | |
78 | + /** |
|
79 | + * @param DataColumn $column |
|
80 | + */ |
|
78 | 81 | protected function getColumnValue($column, $model, $key, $index) |
79 | 82 | { |
80 | 83 | $value = $column->renderDataCell($model, $key, $index); |