|
@@ -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.