@@ -202,6 +202,9 @@ |
||
202 | 202 | return $this->has_created_post; |
203 | 203 | } |
204 | 204 | |
205 | + /** |
|
206 | + * @param boolean $handle |
|
207 | + */ |
|
205 | 208 | public function handle( $handle ) { |
206 | 209 | $this->handle = $handle; |
207 | 210 |