@@ -147,6 +147,9 @@ |
||
147 | 147 | return $refs; |
148 | 148 | } |
149 | 149 | |
150 | + /** |
|
151 | + * @param integer $status |
|
152 | + */ |
|
150 | 153 | protected function versionStatusToHash($status) |
151 | 154 | { |
152 | 155 | foreach(ContentVersionMatcher::STATUS_MAP as $own => $ez) { |
@@ -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 |