@@ -59,6 +59,9 @@ |
||
| 59 | 59 | return $this->institutions; |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | + /** |
|
| 63 | + * @param string $option |
|
| 64 | + */ |
|
| 62 | 65 | public function isOption($option){ |
| 63 | 66 | return is_array($this->selectRaaOption) && in_array($this->selectRaaOption, $option); |
| 64 | 67 | } |
@@ -66,6 +66,9 @@ |
||
| 66 | 66 | return $this->institutions; |
| 67 | 67 | } |
| 68 | 68 | |
| 69 | + /** |
|
| 70 | + * @param string $option |
|
| 71 | + */ |
|
| 69 | 72 | public function isOption($option){ |
| 70 | 73 | return is_array($this->institutions) && in_array($this->institutions, $option); |
| 71 | 74 | } |