Completed
Push — master ( 226980...c1625e )
by Hong
02:50
created
src/Phossa2/Query/Traits/Clause/SetTrait.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -199,6 +199,11 @@
 block discarded – undo
199 199
     abstract protected function getType()/*# : string */;
200 200
     abstract protected function &getClause(/*# string */ $clauseName)/*# : array */;
201 201
     abstract protected function processValue($value, array $settings, /*# bool */ $between = false)/*# : string */;
202
+
203
+    /**
204
+     * @param string $prefix
205
+     * @param string $seperator
206
+     */
202 207
     abstract protected function joinClause(
203 208
         /*# : string */ $prefix,
204 209
         /*# : string */ $seperator,
Please login to merge, or discard this patch.