@@ -42,6 +42,9 @@ |
||
42 | 42 | return $radios; |
43 | 43 | } |
44 | 44 | |
45 | + /** |
|
46 | + * @return string |
|
47 | + */ |
|
45 | 48 | protected function script() |
46 | 49 | { |
47 | 50 | $name = $this->column->getName(); |
@@ -32,6 +32,9 @@ |
||
32 | 32 | return $radios; |
33 | 33 | } |
34 | 34 | |
35 | + /** |
|
36 | + * @return string |
|
37 | + */ |
|
35 | 38 | protected function script() |
36 | 39 | { |
37 | 40 | $name = $this->column->getName(); |