Completed
Push — master ( c1625e...d10bcc )
by Hong
06:18
created
src/Phossa2/Query/Traits/Clause/ColTrait.php 1 patch
Doc Comments   +12 added lines patch added patch discarded remove patch
@@ -95,6 +95,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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,
Please login to merge, or discard this patch.