@@ -95,6 +95,7 @@ discard block |
||
95 | 95 | |
96 | 96 | /** |
97 | 97 | * {@inheritDoc} |
98 | + * @param string $template |
|
98 | 99 | */ |
99 | 100 | public function colTpl( |
100 | 101 | /*# string */ $template, |
@@ -188,8 +189,19 @@ discard block |
||
188 | 189 | return $this->is_distinct ? ' DISTINCT' : $prefix; |
189 | 190 | } |
190 | 191 | |
192 | + /** |
|
193 | + * @param boolean $rawMode |
|
194 | + */ |
|
191 | 195 | abstract protected function isRaw($str, /*# bool */ $rawMode)/*# : bool */; |
196 | + |
|
197 | + /** |
|
198 | + * @param string $clauseName |
|
199 | + */ |
|
192 | 200 | abstract protected function &getClause(/*# string */ $clauseName)/*# : array */; |
201 | + |
|
202 | + /** |
|
203 | + * @param string $clauseName |
|
204 | + */ |
|
193 | 205 | abstract protected function buildClause( |
194 | 206 | /*# string */ $clauseName, |
195 | 207 | /*# string */ $clausePrefix, |