Completed
Push — master ( 9060a0...3152a4 )
by Hong
02:38
created
src/Phossa2/Query/Traits/Clause/WhereTrait.php 1 patch
Doc Comments   +12 added lines patch added patch discarded remove patch
@@ -388,10 +388,22 @@
 block discarded – undo
388 388
         return $this->joinClause($clause, '', $result, $settings);
389 389
     }
390 390
 
391
+    /**
392
+     * @return boolean
393
+     */
391 394
     abstract protected function isRaw($str, /*# bool */ $rawMode)/*# : bool */;
392 395
     abstract protected function processValue($value)/*# : string */;
396
+
397
+    /**
398
+     * @param string $clauseName
399
+     */
393 400
     abstract protected function &getClause(/*# string */ $clauseName)/*# : array */;
394 401
     abstract protected function quoteItem($item, array $settings, /*# bool */ $rawMode = false)/*# : string */;
402
+
403
+    /**
404
+     * @param string $prefix
405
+     * @param string $seperator
406
+     */
395 407
     abstract protected function joinClause(
396 408
         /*# : string */ $prefix,
397 409
         /*# : string */ $seperator,
Please login to merge, or discard this patch.