@@ -110,6 +110,9 @@ discard block |
||
110 | 110 | } |
111 | 111 | } |
112 | 112 | |
113 | + /** |
|
114 | + * @param Content $content |
|
115 | + */ |
|
113 | 116 | protected function matchAnd($conditionsArray, $content = null) |
114 | 117 | { |
115 | 118 | /// @todo introduce proper re-validation of all child conditions |
@@ -133,6 +136,9 @@ discard block |
||
133 | 136 | return $results; |
134 | 137 | } |
135 | 138 | |
139 | + /** |
|
140 | + * @param Content $content |
|
141 | + */ |
|
136 | 142 | protected function matchOr($conditionsArray, $content = null) |
137 | 143 | { |
138 | 144 | /// @todo introduce proper re-validation of all child conditions |